diff options
author | Andreas Engel <andreas.engel@ericsson.com> | 2008-01-14 09:06:52 +0000 |
---|---|---|
committer | Peter Pearse <peter.pearse@arm.com> | 2008-02-14 09:38:21 +0000 |
commit | 6d0943a6be99977d6d853d51749e9963d68eb192 (patch) | |
tree | 2c32a11b09ccd605e425de697f44bfa5003e719c /cpu/arm_intcm/Makefile | |
parent | fe891ecf4d187e9d11dde869ed4623af52b54451 (diff) | |
download | u-boot-imx-6d0943a6be99977d6d853d51749e9963d68eb192.zip u-boot-imx-6d0943a6be99977d6d853d51749e9963d68eb192.tar.gz u-boot-imx-6d0943a6be99977d6d853d51749e9963d68eb192.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm_intcm/Makefile b/cpu/arm_intcm/Makefile index d5ac7d3..7701b03 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)) |