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