Added some missing files per Eric Norum.

This commit is contained in:
Joel Sherrill
1998-06-02 17:38:16 +00:00
parent 3b0f7cc3a3
commit 64be9d4673

View File

@@ -14,7 +14,7 @@ LIB=${ARCH}/${LIBNAME}
# C and C++ source names, if any, go here -- minus the .c or .cc
C_PIECES=__gettod __brk __times _execve malloc syscalls \
no_libc newlibc newlibif newlibifr support unixlibc \
libio hosterr tcattr termios
libio hosterr tcattr tcdrain cfiospeed termios
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)