summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-21 17:03:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-21 17:03:17 +0000
commit55e13228e3d281011b5f4208cbf986eae2ce285c (patch)
tree2290ef8625c6a88197279f2b199c613686720068 /c/src/lib/libc/Makefile.in
parentAdded termios submission from Eric Norum and Katsutoshi Shibuya. (diff)
downloadrtems-55e13228e3d281011b5f4208cbf986eae2ce285c.tar.bz2
Added termios submission from Eric Norum and Katsutoshi Shibuya.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libc/Makefile.in b/c/src/lib/libc/Makefile.in
index c8def705f4..83b1f2f6e3 100644
--- a/c/src/lib/libc/Makefile.in
+++ b/c/src/lib/libc/Makefile.in
@@ -13,7 +13,7 @@ LIB=${ARCH}/${LIBNAME}
# C and C++ source names, if any, go here -- minus the .c or .cc
C_PIECES=__gettod __brk __times malloc syscalls \
no_libc newlibc newlibif newlibifr support unixlibc \
- libio hosterr tcattr
+ libio hosterr tcattr termios
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)