Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/Makefile.am')
-rw-r--r--newlib/libc/sys/linux/Makefile.am13
1 files changed, 8 insertions, 5 deletions
diff --git a/newlib/libc/sys/linux/Makefile.am b/newlib/libc/sys/linux/Makefile.am
index dfac93b92..ad9aed813 100644
--- a/newlib/libc/sys/linux/Makefile.am
+++ b/newlib/libc/sys/linux/Makefile.am
@@ -4,14 +4,17 @@ AUTOMAKE_OPTIONS = cygnus
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
-SUBDIRS = machine .
+SUBDIRS = machine \
+ .
+
SUBLIBS = $(LINUX_MACH_LIB)
LIB_SOURCES = \
- brk.c getoptlong.c ids.c inode.c io.c io64.c linux.c mmap.c \
- pread64.c process.c pwrite64.c realpath.c sched.c \
- select.c signal.c siglongjmp.c socket.c sleep.c stack.c \
- sysconf.c systat.c termios.c time.c \
+ brk.c flockfile.c funlockfile.c getoptlong.c getreent.c ids.c \
+ inode.c io.c io64.c linux.c mmap.c \
+ pread.c pread64.c process.c pwrite.c pwrite64.c raise.c realpath.c \
+ sched.c select.c signal.c siglongjmp.c socket.c sleep.c stack.c \
+ sysconf.c systat.c system.c tcdrain.c termios.c time.c \
usleep.c wait.c
# This will handle both /usr/src/linux-2.4/include/asm/signal.h (in Red Hat Linux 7.1)