summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-28 16:08:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-28 16:08:38 +0000
commitd54bdfaf9c17948c9ef961336349e103c29ac83a (patch)
treeff971cb5b38723b0c55734513d237e16bd84e746 /c/src
parentAt the request of Gumby, the cpu is now halted rather than spinning (diff)
downloadrtems-d54bdfaf9c17948c9ef961336349e103c29ac83a.tar.bz2
Corrected to include shared console driver.
Diffstat (limited to 'c/src')
-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 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)