summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/shsim/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-29 18:35:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-29 18:35:10 +0000
commit4e568769d337e3681f99cba97feed7b572700829 (patch)
tree62c24e5077cefea56e72f809219c65ae6bfae23b /c/src/lib/libbsp/sh/shsim/Makefile.am
parent2001-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4e568769d337e3681f99cba97feed7b572700829.tar.bz2
2001-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add scitab, gdbsci to SUBDIRS. * include/gdbsci.h: New file. * include/.cvsignore: Add stamp-h? and bspopts.h*. * console/Makefile.am: Use shared/console.c. * console/console-io.c, console/console-support.S: Remove.
Diffstat (limited to 'c/src/lib/libbsp/sh/shsim/Makefile.am')
-rw-r--r--c/src/lib/libbsp/sh/shsim/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sh/shsim/Makefile.am b/c/src/lib/libbsp/sh/shsim/Makefile.am
index 1dd00f6334..ba2889655e 100644
--- a/c/src/lib/libbsp/sh/shsim/Makefile.am
+++ b/c/src/lib/libbsp/sh/shsim/Makefile.am
@@ -7,7 +7,7 @@ ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
# wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories
-SUBDIRS = include start startup clock console wrapup
+SUBDIRS = include start startup clock scitab gdbsci console wrapup
include $(top_srcdir)/../../bsp.am