Changeset 53ee76b in rtems for c/src/lib/libbsp/m68k/gen68340/Makefile.in
- Timestamp:
- 08/20/98 15:37:42 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4e1d5c6
- Parents:
- 0280cb6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/gen68340/Makefile.in
r0280cb6 r53ee76b 14 14 SRCS=README 15 15 16 # someday ...17 ## We only build the ka9q device driver if HAS_KA9Q was defined18 #KA9Q_DRIVER_yes_V = network19 #KA9Q_DRIVER = $(KA9Q_DRIVER_$(HAS_KA9Q)_V)20 21 16 all: $(SRCS) 22 17 23 18 # wrapup is the one that actually builds and installs the library 24 19 # from the individual .rel files built in other directories 25 SUB_DIRS=include start340 startup clock console timer $(KA9Q_DRIVER)wrapup20 SUB_DIRS=include start340 startup clock console timer wrapup
Note: See TracChangeset
for help on using the changeset viewer.