summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-30 10:46:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-30 10:46:52 +0000
commitc7199916645d0b3515c378b49d6d6dc885f0da9e (patch)
treec1f1c2120aac33e221a4f1f32efbe1d42b600540 /c/src/lib/libbsp
parentAdded support for debug variants on tests. (diff)
downloadrtems-c7199916645d0b3515c378b49d6d6dc885f0da9e.tar.bz2
moved tools to bsp directory
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/Makefile.in2
-rw-r--r--c/src/lib/libbsp/unix/posix/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/Makefile.in b/c/src/lib/libbsp/sparc/erc32/Makefile.in
index 857ba52e5d..4fc7c7fb90 100644
--- a/c/src/lib/libbsp/sparc/erc32/Makefile.in
+++ b/c/src/lib/libbsp/sparc/erc32/Makefile.in
@@ -14,4 +14,4 @@ include $(RTEMS_ROOT)/make/directory.cfg
# wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories
# NOTE: we pick up HPPA clock and timer from libcpu/hppa
-SUB_DIRS=startsis include startup console clock timer wrapup
+SUB_DIRS=startsis include startup console clock timer wrapup tools
diff --git a/c/src/lib/libbsp/unix/posix/Makefile.in b/c/src/lib/libbsp/unix/posix/Makefile.in
index 2a6c7a1dca..856f926a51 100644
--- a/c/src/lib/libbsp/unix/posix/Makefile.in
+++ b/c/src/lib/libbsp/unix/posix/Makefile.in
@@ -23,4 +23,4 @@ all: $(SRCS)
# wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories
-SUB_DIRS=include startup clock console timer $(MP_PARTS) wrapup
+SUB_DIRS=include startup clock console timer $(MP_PARTS) wrapup tools