From 6d0943a6be99977d6d853d51749e9963d68eb192 Mon Sep 17 00:00:00 2001 From: Andreas Engel Date: Mon, 14 Jan 2008 09:06:52 +0000 Subject: ARM: cleanup duplicated exception handlingcode Move duplicated exception handling code into lib_arm. Signed-off-by: Andreas Engel --- lib_arm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib_arm/Makefile') diff --git a/lib_arm/Makefile b/lib_arm/Makefile index 037c475f8..bfd5b0e6f 100644 --- a/lib_arm/Makefile +++ b/lib_arm/Makefile @@ -28,7 +28,7 @@ LIB = $(obj)lib$(ARCH).a SOBJS = _ashldi3.o _ashrdi3.o _divsi3.o _modsi3.o _udivsi3.o _umodsi3.o COBJS = armlinux.o board.o \ - cache.o div0.o + cache.o div0.o interrupts.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) -- cgit v1.2.3