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-15 23:55:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-15 23:55:04 +0000
commit670d0378e75af404d50a2debc117435101339b9a (patch)
treeb7ba24820b3442b2debb6f94a9f4dc7bf2652980 /c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in
parentAdded default z85c30 register access routines. (diff)
downloadrtems-670d0378e75af404d50a2debc117435101339b9a.tar.bz2
Switched to usign the default z8530 and mc68681 register access routines.
Diffstat (limited to '')
-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 b7dffb0303..24e5de9f37 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=config console debugio mc68681cfg z85c30cfg
+C_PIECES=config console debugio
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)