Added default mc68681 register access routines.

This commit is contained in:
Joel Sherrill
1998-07-15 23:15:32 +00:00
parent 8a2e9c417f
commit 66f95fc621
2 changed files with 4 additions and 2 deletions

View File

@@ -11,7 +11,8 @@ PROJECT_ROOT = @PROJECT_ROOT@
LIBNAME=libserialio.a
LIB=${ARCH}/${LIBNAME}
C_PIECES=mc68681 ns16550 z85c30 \
C_PIECES=mc68681 mc68681_reg mc68681_reg2 mc68681_reg4 mc68681_reg8 \
ns16550 z85c30 \
serprobe termios_baud2index termios_baud2num
C_FILES=$(C_PIECES:%=%.c)

View File

@@ -11,7 +11,8 @@ PROJECT_ROOT = @PROJECT_ROOT@
LIBNAME=libserialio.a
LIB=${ARCH}/${LIBNAME}
C_PIECES=mc68681 ns16550 z85c30 \
C_PIECES=mc68681 mc68681_reg mc68681_reg2 mc68681_reg4 mc68681_reg8 \
ns16550 z85c30 \
serprobe termios_baud2index termios_baud2num
C_FILES=$(C_PIECES:%=%.c)