2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>

* Makefile.am: Remove NETWORKING (Sources are missing).
This commit is contained in:
Ralf Corsepius
2008-09-24 07:21:22 +00:00
parent fdcb9b8a62
commit 4857b31eeb
2 changed files with 4 additions and 16 deletions

View File

@@ -1,3 +1,7 @@
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove NETWORKING (Sources are missing).
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Add DISTCLEANFILES = include/bspopts.h. * Makefile.am: Add DISTCLEANFILES = include/bspopts.h.

View File

@@ -91,22 +91,6 @@ libbsp_a_SOURCES = $(clock_SOURCES) \
$(shared_SOURCES) \ $(shared_SOURCES) \
$(startup_SOURCES) $(startup_SOURCES)
###############################################################################
# Network #
###############################################################################
if HAS_NETWORKING
noinst_PROGRAMS = network.rel
network_rel_SOURCES = network/network.c
network_rel_CPPFLAGS = $(AM_CPPFLAGS) -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
libbsp_a_LIBADD = network.rel
endif
############################################################################### ###############################################################################
# Special Rules # # Special Rules #
############################################################################### ###############################################################################