Cleanup patch rtems-rc-4.5.0-11-cvs.diff from Ralf Corsepius

<corsepiu@faw.uni-ulm.de>.
This commit is contained in:
Joel Sherrill
2000-04-05 19:39:01 +00:00
parent 6e48c9b206
commit 755c630210
2 changed files with 2 additions and 12 deletions

View File

@@ -8,12 +8,7 @@ ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
# wrapup is the one that actually builds and installs the library # wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories # from the individual .rel files built in other directories
if HAS_NETWORKING SUBDIRS = . include start startup clock console timer network wrapup
NETWORKING_DRIVER = network
endif
SUBDIRS = . include start startup clock console timer $(NETWORKING_DRIVER) \
wrapup
include $(top_srcdir)/../../bsp.am include $(top_srcdir)/../../bsp.am

View File

@@ -8,12 +8,7 @@ ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
# wrapup is the one that actually builds and installs the library # wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories # from the individual .rel files built in other directories
if HAS_NETWORKING SUBDIRS = . include start startup clock console fatal timer network wrapup
NETWORKING_DRIVER = network
endif
SUBDIRS = . include start startup clock console fatal timer \
$(NETWORKING_DRIVER) wrapup
include $(top_srcdir)/../../bsp.am include $(top_srcdir)/../../bsp.am