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:42 +00:00
parent 13c4012f4d
commit 00f0563ea0
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-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* irq/irq.c: Minor "bool" fixes.

View File

@@ -55,9 +55,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