2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>

* Makefile.am: Remove reference to timer_SOURCES.
This commit is contained in:
Joel Sherrill
2009-10-14 12:16:35 +00:00
parent fbfe76dac8
commit a34824cf01
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Remove reference to timer_SOURCES.
2009-10-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* include/bsp.h: BSP has plenty of memory.

View File

@@ -54,7 +54,7 @@ irq_SOURCES = irq/irq_init.c \
noinst_LIBRARIES += libbsp.a
libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(timer_SOURCES) $(irq_SOURCES)
$(irq_SOURCES)
# ../../../libcpu/@RTEMS_CPU@/mpc6xx/clock.rel
include_bsp_HEADERS += ../../../libcpu/@RTEMS_CPU@/@exceptions@/bspsupport/vectors.h \