diff options
Diffstat (limited to 'libc/sysdeps/linux/Makefile.in')
-rw-r--r-- | libc/sysdeps/linux/Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/Makefile.in b/libc/sysdeps/linux/Makefile.in new file mode 100644 index 000000000..a8ae79edd --- /dev/null +++ b/libc/sysdeps/linux/Makefile.in @@ -0,0 +1,10 @@ +# Makefile for uClibc +# +# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org> +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# + +# order is relevant +include $(top_srcdir)libc/sysdeps/linux/$(TARGET_ARCH)/Makefile.in +include $(top_srcdir)libc/sysdeps/linux/common/Makefile.in |