forked from Imagelibrary/rtems
Added default mc68681 register access routines.
This commit is contained in:
@@ -11,7 +11,8 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
LIBNAME=libserialio.a
|
LIBNAME=libserialio.a
|
||||||
LIB=${ARCH}/${LIBNAME}
|
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
|
serprobe termios_baud2index termios_baud2num
|
||||||
|
|
||||||
C_FILES=$(C_PIECES:%=%.c)
|
C_FILES=$(C_PIECES:%=%.c)
|
||||||
|
|||||||
@@ -11,7 +11,8 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
LIBNAME=libserialio.a
|
LIBNAME=libserialio.a
|
||||||
LIB=${ARCH}/${LIBNAME}
|
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
|
serprobe termios_baud2index termios_baud2num
|
||||||
|
|
||||||
C_FILES=$(C_PIECES:%=%.c)
|
C_FILES=$(C_PIECES:%=%.c)
|
||||||
|
|||||||
Reference in New Issue
Block a user