Changeset 28e7d7fa in rtems for c/src/lib/Makefile.in
- Timestamp:
- 08/20/98 22:04:22 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a9cfa238
- Parents:
- 96b39164
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/Makefile.in
r96b39164 r28e7d7fa 11 11 include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg 12 12 include $(RTEMS_ROOT)/make/directory.cfg 13 14 # We only build the KA9Q library if HAS_KA9Q was defined15 LIBKA9Q_yes_V = libka9q16 LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V)17 13 18 14 # We only build the networking library if HAS_NETWORKING was defined … … 30 26 31 27 SUB_DIRS=start include $(NETWORKING_INCLUDE) libmisc libc libcpu libbsp \ 32 $(LIB KA9Q) $(LIBNETWORKING) $(LIBHWAPI) $(LIBRTEMSCPLUSPLUS) wrapup28 $(LIBNETWORKING) $(LIBHWAPI) $(LIBRTEMSCPLUSPLUS) wrapup
Note: See TracChangeset
for help on using the changeset viewer.