From d54bdfaf9c17948c9ef961336349e103c29ac83a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 28 May 1999 16:08:38 +0000 Subject: Corrected to include shared console driver. --- c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib') diff --git a/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in b/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in index a295ef7e0f..4a877f0d57 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in +++ b/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in @@ -18,7 +18,7 @@ VPATH = @srcdir@:@srcdir@/../../../shared PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c -C_PIECES=config conscfg debugio +C_PIECES=conscfg console debugio C_FILES=$(C_PIECES:%=%.c) C_O_FILES=$(C_PIECES:%=${ARCH}/%.o) -- cgit v1.2.3