diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-10-30 00:48:16 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-10-30 00:48:16 +0000 |
commit | 938a6599fbb0ed90a7a3f7c5bcc7e2e0127e357b (patch) | |
tree | 3367624431b5192c9b44ca459ce4997de7b0b34a /libc | |
parent | 2bc5b90acda22a887016f209b923624a89ebdcf4 (diff) | |
download | uClibc-alpine-938a6599fbb0ed90a7a3f7c5bcc7e2e0127e357b.tar.bz2 uClibc-alpine-938a6599fbb0ed90a7a3f7c5bcc7e2e0127e357b.tar.xz |
Copy from trunk.
Diffstat (limited to 'libc')
-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..d2a980c16 --- /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.arch +include $(top_srcdir)libc/sysdeps/linux/common/Makefile.in |