From 755c630210784b581cd1eba0f3bdc94f807518a2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 5 Apr 2000 19:39:01 +0000 Subject: [PATCH] Cleanup patch rtems-rc-4.5.0-11-cvs.diff from Ralf Corsepius . --- c/src/lib/libbsp/m68k/gen68360/Makefile.am | 7 +------ c/src/lib/libbsp/m68k/mvme167/Makefile.am | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/c/src/lib/libbsp/m68k/gen68360/Makefile.am b/c/src/lib/libbsp/m68k/gen68360/Makefile.am index e6a0520fc3..465ec8cdd4 100644 --- a/c/src/lib/libbsp/m68k/gen68360/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68360/Makefile.am @@ -8,12 +8,7 @@ ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal # wrapup is the one that actually builds and installs the library # from the individual .rel files built in other directories -if HAS_NETWORKING -NETWORKING_DRIVER = network -endif - -SUBDIRS = . include start startup clock console timer $(NETWORKING_DRIVER) \ - wrapup +SUBDIRS = . include start startup clock console timer network wrapup include $(top_srcdir)/../../bsp.am diff --git a/c/src/lib/libbsp/m68k/mvme167/Makefile.am b/c/src/lib/libbsp/m68k/mvme167/Makefile.am index 6b951e822b..5e3a858d5c 100644 --- a/c/src/lib/libbsp/m68k/mvme167/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme167/Makefile.am @@ -8,12 +8,7 @@ ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal # wrapup is the one that actually builds and installs the library # from the individual .rel files built in other directories -if HAS_NETWORKING -NETWORKING_DRIVER = network -endif - -SUBDIRS = . include start startup clock console fatal timer \ - $(NETWORKING_DRIVER) wrapup +SUBDIRS = . include start startup clock console fatal timer network wrapup include $(top_srcdir)/../../bsp.am