Changeset 5bb2ed07 in rtems
- Timestamp:
- 04/22/97 12:39:23 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 784cbc4
- Parents:
- d4cf164
- Location:
- c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/Makefile.in
rd4cf164 r5bb2ed07 56 56 # XXX The link is temporary while switching to -specs options. 57 57 dirs: 58 -test -d $(PROJECT_ROOT)/c/src/lib/libhwapi && \ 59 (cd $(PROJECT_ROOT)/c/src/lib/libhwapi ; $(MAKE) mkdirs) 58 60 -$(MKDIR) ${CREATE_DIRS:%=$(PROJECT_ROOT)/$(RTEMS_BSP)/%} 59 61 -ln -s $(PROJECT_ROOT)/$(RTEMS_BSP)/include \ … … 93 95 env: $(SRCS) dirs 94 96 95 96 97 98 99 100 101 102 103 104 -
c/src/lib/Makefile.in
rd4cf164 r5bb2ed07 15 15 LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V) 16 16 17 SUB_DIRS=start include libmisc libc libcpu libbsp $(LIBKA9Q) wrapup 17 # General Hardware API library 18 LIBHWAPI=$(wildcard libhwapi) 19 20 SUB_DIRS=start include libmisc libc libcpu libbsp \ 21 $(LIBKA9Q) $(LIBHWAPI) wrapup
Note: See TracChangeset
for help on using the changeset viewer.