summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/console/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-27 16:08:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-27 16:08:40 +0000
commit1d1b1507a6cc49166ab60b2e0963aa5f077bb1b0 (patch)
tree5e9d810e75cf6b30515efd848de3b2029c5da341 /c/src/lib/libbsp/sparc/erc32/console/Makefile.in
parentDisabled running size_rtems until all file splitting is finished. (diff)
downloadrtems-1d1b1507a6cc49166ab60b2e0963aa5f077bb1b0.tar.bz2
Split out polled io, debug puts, and console reserve resources to
reduce dependencies and shrink minimum executable size.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/console/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/console/Makefile.in b/c/src/lib/libbsp/sparc/erc32/console/Makefile.in
index fdb9d44abf..44e9ca15fd 100644
--- a/c/src/lib/libbsp/sparc/erc32/console/Makefile.in
+++ b/c/src/lib/libbsp/sparc/erc32/console/Makefile.in
@@ -18,7 +18,7 @@ VPATH = @srcdir@
PGM=${ARCH}/console.rel
# C source names, if any, go here -- minus the .c
-C_PIECES=console
+C_PIECES=console consolereserveresources debugputs
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)