summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68360/console/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 20:30:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 20:30:20 +0000
commit7ee88c169555d90adca41b6cd74f0097816423c6 (patch)
tree1f287d34485951807e8f364bd648093db68f6726 /c/src/lib/libbsp/m68k/gen68360/console/Makefile.in
parentAdded initial cut at miniIMFS which leaves out memfile and directory (diff)
downloadrtems-7ee88c169555d90adca41b6cd74f0097816423c6.tar.bz2
Split console_reserve_resources to separate file to reduce
code size.
Diffstat (limited to 'c/src/lib/libbsp/m68k/gen68360/console/Makefile.in')
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/console/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68360/console/Makefile.in b/c/src/lib/libbsp/m68k/gen68360/console/Makefile.in
index ed5f5a649c..88a7b7b174 100644
--- a/c/src/lib/libbsp/m68k/gen68360/console/Makefile.in
+++ b/c/src/lib/libbsp/m68k/gen68360/console/Makefile.in
@@ -16,7 +16,7 @@ VPATH = @srcdir@
PGM = ${ARCH}/console.rel
# C source names, if any, go here -- minus the .c
-C_PIECES = console
+C_PIECES = console consolereserveresources
C_FILES = $(C_PIECES:%=%.c)
C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)