summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libchip/serial/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-16 00:03:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-16 00:03:01 +0000
commitdd5d2f041f163977fa9d3af7ac10b4df9ec27d0f (patch)
treecf161e59ae2ad83648020d61a2b4966102ae735a /c/src/lib/libchip/serial/Makefile.in
parentFixed typo in which last port did not get switched to default (diff)
downloadrtems-dd5d2f041f163977fa9d3af7ac10b4df9ec27d0f.tar.bz2
Split default baud rate table into its own file. This shrinks the
size of the minimum mc68681 driver. The clock speed field can not now be configured as NULL but must instead specify the address of the default table.
Diffstat (limited to 'c/src/lib/libchip/serial/Makefile.in')
-rw-r--r--c/src/lib/libchip/serial/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libchip/serial/Makefile.in b/c/src/lib/libchip/serial/Makefile.in
index 7b1b87fb6a..d9c78faf97 100644
--- a/c/src/lib/libchip/serial/Makefile.in
+++ b/c/src/lib/libchip/serial/Makefile.in
@@ -11,7 +11,8 @@ PROJECT_ROOT = @PROJECT_ROOT@
LIBNAME=libserialio.a
LIB=${ARCH}/${LIBNAME}
-C_PIECES=mc68681 mc68681_reg mc68681_reg2 mc68681_reg4 mc68681_reg8 \
+C_PIECES=\
+ mc68681 mc68681_baud mc68681_reg mc68681_reg2 mc68681_reg4 mc68681_reg8 \
ns16550 \
z85c30 z85c30_reg \
serprobe termios_baud2index termios_baud2num