moved tools to bsp directory

This commit is contained in:
Joel Sherrill
1998-04-30 10:46:52 +00:00
parent 2993cd3f60
commit c719991664
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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