summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/ppcn_60x/console/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-09 15:38:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-09 15:38:47 +0000
commitd55af6dd1da85e8f79cf7e86a6f438e56bb458e4 (patch)
tree6e2904c0bef088994e72a924ced15009ff02003d /c/src/lib/libbsp/powerpc/ppcn_60x/console/Makefile.in
parentRemoved reaching "up and over" to install BSP header files. (diff)
downloadrtems-d55af6dd1da85e8f79cf7e86a6f438e56bb458e4.tar.bz2
Now using libchip instead of local precursor to libchip. Untested.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/ppcn_60x/console/Makefile.in')
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/console/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/console/Makefile.in b/c/src/lib/libbsp/powerpc/ppcn_60x/console/Makefile.in
index d3edf9cd55..58c5de814c 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/console/Makefile.in
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/console/Makefile.in
@@ -16,7 +16,7 @@ VPATH = @srcdir@
PGM = ${ARCH}/console.rel
# C source names, if any, go here -- minus the .c
-C_PIECES = console ns16550 z85c30 i8042vga i8042 vga
+C_PIECES = console i8042vga i8042 ns16550cfg z85c30cfg vga
C_FILES = $(C_PIECES:%=%.c)
C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)