Changeset 53ee76b in rtems for c/src/lib/libbsp/m68k/gen68340
- Timestamp:
- 08/20/98 15:37:42 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4e1d5c6
- Parents:
- 0280cb6
- Location:
- c/src/lib/libbsp/m68k/gen68340
- Files:
-
- 3 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 -
c/src/lib/libbsp/m68k/gen68340/README
r0280cb6 r53ee76b 23 23 # The type of the board is automatically recognised in the initialization sequence. 24 24 # 25 # WARNING: there's still no KA9Q driver! I hope it will come in the next RTEMS version! 25 # WARNING: there's still no network driver! 26 # I hope it will come in the next RTEMS version! 26 27 # 27 28 -
c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.in
r0280cb6 r53ee76b 9 9 PROJECT_ROOT = @PROJECT_ROOT@ 10 10 11 # someday 12 # We only build the ka9q device driver if HAS_KA9Q was defined 13 #KA9Q_DRIVER_yes_V = network 14 #KA9Q_DRIVER = $(KA9Q_DRIVER_$(HAS_KA9Q)_V) 15 16 BSP_PIECES=startup clock console timer $(KA9Q_DRIVER) 11 BSP_PIECES=startup clock console timer 17 12 CPU_PIECES= 18 13 GENERIC_PIECES=
Note: See TracChangeset
for help on using the changeset viewer.