2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>

* Makefile.am: Remove stray include_HEADERS += irq/irq.h.
This commit is contained in:
Ralf Corsepius
2008-08-27 12:50:18 +00:00
parent f3db4ac83a
commit 2c4d21336d
2 changed files with 4 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove stray include_HEADERS += irq/irq.h.
2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
-2
View File
@@ -53,8 +53,6 @@ noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(abort_SOURCES) $(irq_SOURCES)
include_HEADERS += irq/irq.h
# libcpu libraries could go here
libbsp_a_LIBADD =
if HAS_NETWORKING