summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-20 15:37:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-20 15:37:42 +0000
commit53ee76b4537292fa4b31dcb32595770d77906280 (patch)
treeb4d94d3153e2f697db5d20c1b1b399baceb81394
parentFreeBSD stack compiles for the first time (except libc/strsep.c) (diff)
downloadrtems-53ee76b4537292fa4b31dcb32595770d77906280.tar.bz2
Removed stub implementation
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/Makefile.in7
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/README3
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.in7
3 files changed, 4 insertions, 13 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68340/Makefile.in b/c/src/lib/libbsp/m68k/gen68340/Makefile.in
index 2a1ee6504c..84ff98ed54 100644
--- a/c/src/lib/libbsp/m68k/gen68340/Makefile.in
+++ b/c/src/lib/libbsp/m68k/gen68340/Makefile.in
@@ -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
diff --git a/c/src/lib/libbsp/m68k/gen68340/README b/c/src/lib/libbsp/m68k/gen68340/README
index 8b85a8f8ad..3f24bb09a7 100644
--- a/c/src/lib/libbsp/m68k/gen68340/README
+++ b/c/src/lib/libbsp/m68k/gen68340/README
@@ -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
diff --git a/c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.in b/c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.in
index 4e34509f85..f519cb6db7 100644
--- a/c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.in
+++ b/c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.in
@@ -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=