Removed stub implementation

This commit is contained in:
Joel Sherrill
1998-08-20 15:37:42 +00:00
parent 0280cb66f5
commit 53ee76b453
3 changed files with 4 additions and 13 deletions

View File

@@ -13,13 +13,8 @@ include $(RTEMS_ROOT)/make/directory.cfg
SRCS=README
# someday ...
## We only build the ka9q device driver if HAS_KA9Q was defined
#KA9Q_DRIVER_yes_V = network
#KA9Q_DRIVER = $(KA9Q_DRIVER_$(HAS_KA9Q)_V)
all: $(SRCS)
# wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories
SUB_DIRS=include start340 startup clock console timer $(KA9Q_DRIVER) wrapup
SUB_DIRS=include start340 startup clock console timer wrapup

View File

@@ -22,7 +22,8 @@
#
# The type of the board is automatically recognised in the initialization sequence.
#
# WARNING: there's still no KA9Q driver! I hope it will come in the next RTEMS version!
# WARNING: there's still no network driver!
# I hope it will come in the next RTEMS version!
#
BSP NAME: gen68340

View File

@@ -8,12 +8,7 @@ VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@
# someday
# We only build the ka9q device driver if HAS_KA9Q was defined
#KA9Q_DRIVER_yes_V = network
#KA9Q_DRIVER = $(KA9Q_DRIVER_$(HAS_KA9Q)_V)
BSP_PIECES=startup clock console timer $(KA9Q_DRIVER)
BSP_PIECES=startup clock console timer
CPU_PIECES=
GENERIC_PIECES=