Changeset 5bb2ed07 in rtems for c/src/lib/Makefile.in
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.