Changeset 53ee76b in rtems for c/src/lib/libbsp/m68k/gen68340


Ignore:
Timestamp:
08/20/98 15:37:42 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
4e1d5c6
Parents:
0280cb6
Message:

Removed stub implementation

Location:
c/src/lib/libbsp/m68k/gen68340
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/gen68340/Makefile.in

    r0280cb6 r53ee76b  
    1414SRCS=README
    1515
    16 # someday ...
    17 ## We only build the ka9q device driver if HAS_KA9Q was defined
    18 #KA9Q_DRIVER_yes_V = network
    19 #KA9Q_DRIVER = $(KA9Q_DRIVER_$(HAS_KA9Q)_V)
    20 
    2116all: $(SRCS)
    2217
    2318# wrapup is the one that actually builds and installs the library
    2419#  from the individual .rel files built in other directories
    25 SUB_DIRS=include start340 startup clock console timer $(KA9Q_DRIVER) wrapup
     20SUB_DIRS=include start340 startup clock console timer wrapup
  • c/src/lib/libbsp/m68k/gen68340/README

    r0280cb6 r53ee76b  
    2323# The type of the board is automatically recognised in the initialization sequence.
    2424#
    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!
    2627#
    2728
  • c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.in

    r0280cb6 r53ee76b  
    99PROJECT_ROOT = @PROJECT_ROOT@
    1010
    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)
     11BSP_PIECES=startup clock console timer
    1712CPU_PIECES=
    1813GENERIC_PIECES=
Note: See TracChangeset for help on using the changeset viewer.