From 92a6454654b03e2ae1204f9ad2bac940ebad079a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 5 Jul 1998 11:00:00 +0000 Subject: 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. --- c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in') 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) -- cgit v1.2.3