From f5bd03cf5f28e66ffcaf0e57aed592ff48898f2d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 23 May 1997 21:44:19 +0000 Subject: KA9Q stack removed prior to testing for 4.0.0 public release. --- c/src/lib/libbsp/m68k/gen68360/Makefile.in | 6 +----- c/src/lib/libbsp/m68k/gen68360/README | 5 +---- c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.in | 6 +----- 3 files changed, 3 insertions(+), 14 deletions(-) (limited to 'c/src/lib/libbsp/m68k/gen68360') diff --git a/c/src/lib/libbsp/m68k/gen68360/Makefile.in b/c/src/lib/libbsp/m68k/gen68360/Makefile.in index 02c21db8d8..9581a49c3b 100644 --- a/c/src/lib/libbsp/m68k/gen68360/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68360/Makefile.in @@ -12,12 +12,8 @@ include $(PROJECT_ROOT)/make/directory.cfg SRCS=README -# We only build the ka9q device driver if HAS_KA9Q was defined -LIBKA9Q_yes_V = network -LIBKA9Q = $(LIBKA9Q_$(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 start360 startup clock console timer $(LIBKA9Q) wrapup +SUB_DIRS=include start360 startup clock console timer wrapup diff --git a/c/src/lib/libbsp/m68k/gen68360/README b/c/src/lib/libbsp/m68k/gen68360/README index f85c62b918..f0dd2a1bf0 100644 --- a/c/src/lib/libbsp/m68k/gen68360/README +++ b/c/src/lib/libbsp/m68k/gen68360/README @@ -40,10 +40,7 @@ # --defsym RamSize=0x1000000 # # - The size of the memory allocator heap. The default value is -# 64 kbytes. If the KA9Q network package is used the heap -# should be at least 256 kbytes. If your network is large, or -# busy, the heap should be even larger. -# To choose a heap size of 256 kbytes, +# 64 kbytes. To choose a heap size of 256 kbytes, # --defsym HeapSize=0x40000 # # - The Ethernet address for network boot proms. diff --git a/c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.in b/c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.in index 8171dc8264..4893e89c5d 100644 --- a/c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.in @@ -7,11 +7,7 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH=@srcdir@ -# We only build the ka9q device driver if HAS_KA9Q was defined -LIBKA9Q_yes_V = network -LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V) - -BSP_PIECES=startup clock console $(LIBKA9Q) timer +BSP_PIECES=startup clock console timer CPU_PIECES= GENERIC_PIECES= -- cgit v1.2.3