mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
Cleanup patch rtems-rc-4.5.0-11-cvs.diff from Ralf Corsepius
<corsepiu@faw.uni-ulm.de>.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user