add cache.rel to Makefile

This commit is contained in:
Thomas Doerfler
2009-10-30 13:50:25 +00:00
parent f576391ba4
commit 5075ec98c7
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2009-10-29 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* Makefile.am: add cache.rel
2009-10-22 Sebastian Huber <sebastian.huber@embedded-brains.de> 2009-10-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
* Makefile.am, preinstall.am: Update for exception support changes. * Makefile.am, preinstall.am: Update for exception support changes.

View File

@@ -57,6 +57,7 @@ libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
$(irq_SOURCES) $(irq_SOURCES)
libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \ libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
../../../libcpu/@RTEMS_CPU@/shared/stack.rel \ ../../../libcpu/@RTEMS_CPU@/shared/stack.rel \
../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \ ../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
../../../libcpu/@RTEMS_CPU@/@exceptions@/exc_bspsupport.rel \ ../../../libcpu/@RTEMS_CPU@/@exceptions@/exc_bspsupport.rel \