summaryrefslogtreecommitdiffstats
path: root/c/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-22 12:39:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-22 12:39:23 +0000
commit5bb2ed0713c19e8a7679fd793da01dd20f791f15 (patch)
tree50f5d93f2758846f17f22cf9da4b68c4eebd3749 /c/Makefile.in
parentAdded support for Hardware API. This will be distributed as a separate (diff)
downloadrtems-5bb2ed0713c19e8a7679fd793da01dd20f791f15.tar.bz2
Added support for HW API package
Diffstat (limited to 'c/Makefile.in')
-rw-r--r--c/Makefile.in12
1 files changed, 2 insertions, 10 deletions
diff --git a/c/Makefile.in b/c/Makefile.in
index 3d0c186ad5..4d27199e5a 100644
--- a/c/Makefile.in
+++ b/c/Makefile.in
@@ -55,6 +55,8 @@ clean_wrapup: clean_tools clean_dirs clean_modules
# XXX The link is temporary while switching to -specs options.
dirs:
+ -test -d $(PROJECT_ROOT)/c/src/lib/libhwapi && \
+ (cd $(PROJECT_ROOT)/c/src/lib/libhwapi ; $(MAKE) mkdirs)
-$(MKDIR) ${CREATE_DIRS:%=$(PROJECT_ROOT)/$(RTEMS_BSP)/%}
-ln -s $(PROJECT_ROOT)/$(RTEMS_BSP)/include \
$(PROJECT_ROOT)/$(RTEMS_BSP)/lib/include
@@ -92,13 +94,3 @@ tests:
env: $(SRCS) dirs
-
-
-
-
-
-
-
-
-
-