summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-05 11:00:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-05 11:00:00 +0000
commit92a6454654b03e2ae1204f9ad2bac940ebad079a (patch)
treec42a9773ef38e2bd1f3f1655cd0a86c4aa26c2a7 /c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in
parentRenamed old_start340.s to startfor340only.s (diff)
downloadrtems-92a6454654b03e2ae1204f9ad2bac940ebad079a.tar.bz2
Converted the console driver to use libchip/serial and added support
for the z85c30 found on the DMV177. This effort started with the console driver from the Radstone PPC2. But some simplifications were made in the hope that console.c can be made a shared file at some point in the near future. Split the debugio from console. This was done so at some point in the future printk support as is found in the pc386 BSP can be shared across all BSPs.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in')
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in b/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in
index cf4d17a5be..b7dffb0303 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in
+++ b/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
PGM=${ARCH}/console.rel
# C source names, if any, go here -- minus the .c
-C_PIECES=console duart
+C_PIECES=config console debugio mc68681cfg z85c30cfg
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)