From 632e4306dcb9bada638e35e7cd5f1de0fcf66902 Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Fri, 17 Jul 2009 13:50:31 +0000 Subject: exception handler maintenance --- cpukit/score/cpu/arm/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/arm/Makefile.am') diff --git a/cpukit/score/cpu/arm/Makefile.am b/cpukit/score/cpu/arm/Makefile.am index abf5e9dcdc..4cab7ddcd9 100644 --- a/cpukit/score/cpu/arm/Makefile.am +++ b/cpukit/score/cpu/arm/Makefile.am @@ -11,8 +11,11 @@ include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/cpu_asm.h \ noinst_LIBRARIES = libscorecpu.a libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) -libscorecpu_a_SOURCES = cpu.c cpu_asm.S -libscorecpu_a_SOURCES += thumb/thumb_isr.c +libscorecpu_a_SOURCES = cpu.c \ + cpu_asm.S \ + arm_exc_interrupt.S \ + arm_exc_handler_low.S \ + arm_exc_handler_high.c include $(srcdir)/preinstall.am include $(top_srcdir)/automake/local.am -- cgit v1.2.3