summaryrefslogtreecommitdiffstats
path: root/cpu/arm_intcm/Makefile
diff options
context:
space:
mode:
authorAndreas Engel <andreas.engel@ericsson.com>2008-01-14 09:06:52 +0000
committerPeter Pearse <peter.pearse@arm.com>2008-02-14 09:38:21 +0000
commit6d0943a6be99977d6d853d51749e9963d68eb192 (patch)
tree2c32a11b09ccd605e425de697f44bfa5003e719c /cpu/arm_intcm/Makefile
parentfe891ecf4d187e9d11dde869ed4623af52b54451 (diff)
downloadblackbird-obmc-uboot-6d0943a6be99977d6d853d51749e9963d68eb192.tar.gz
blackbird-obmc-uboot-6d0943a6be99977d6d853d51749e9963d68eb192.zip
ARM: cleanup duplicated exception handlingcode
Move duplicated exception handling code into lib_arm. Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
Diffstat (limited to 'cpu/arm_intcm/Makefile')
-rw-r--r--cpu/arm_intcm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm_intcm/Makefile b/cpu/arm_intcm/Makefile
index d5ac7d3fd9..7701b03bbe 100644
--- a/cpu/arm_intcm/Makefile
+++ b/cpu/arm_intcm/Makefile
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(CPU).a
START = start.o
-COBJS = interrupts.o cpu.o
+COBJS = cpu.o
SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS) $(SOBJS))
OpenPOWER on IntegriCloud