2008-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>

* Makefile.am: Remove empty HAS_NETWORKING conditional.
This commit is contained in:
Ralf Corsepius
2008-09-24 03:06:28 +00:00
parent 1495d91163
commit 74d0e87e14
2 changed files with 4 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2008-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove empty HAS_NETWORKING conditional.
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Make letting boot_card() handle work area allocation

View File

@@ -56,9 +56,6 @@ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(irq_SOURCES)
libbsp_a_LIBADD = gbaoverrides.rel
if HAS_NETWORKING
##
endif
include $(srcdir)/preinstall.am
include $(top_srcdir)/../../../../automake/local.am