summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-14 17:56:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-14 17:56:54 +0000
commit8a5186d531531aa26f72feee82017fd35c50e6c8 (patch)
treecdee8aeddc446ca257c0c54b11884d62cc55ae37 /cpukit/libcsupport/Makefile.am
parent2007-05-14 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-8a5186d531531aa26f72feee82017fd35c50e6c8.tar.bz2
2007-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
* libcsupport/Makefile.am, libcsupport/src/unixlibc.c: Split off dummry rtems_io_register_name for use on unix. * libcsupport/src/unixlibc_io.c: New file.
Diffstat (limited to 'cpukit/libcsupport/Makefile.am')
-rw-r--r--cpukit/libcsupport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index 207e8e40fe..589e75fbb1 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -88,7 +88,7 @@ libcsupport_a_SOURCES = src/gxx_wrappers.c src/printk.c $(BSD_LIBC_C_FILES) \
$(ASSOCIATION_C_FILES)
if UNIX
-libcsupport_a_SOURCES += src/unixlibc.c src/hosterr.c
+libcsupport_a_SOURCES += src/unixlibc.c src/unixlibc_io.c src/hosterr.c
else
libcsupport_a_SOURCES += $(LIBC_GLUE_C_FILES) $(PASSWORD_GROUP_C_FILES) \
$(TERMINAL_IDENTIFICATION_C_FILES) $(SYSTEM_CALL_C_FILES) \