summaryrefslogtreecommitdiffstats
path: root/cpu/arm1136/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm1136/Makefile')
-rw-r--r--cpu/arm1136/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm1136/Makefile b/cpu/arm1136/Makefile
index d5ac7d3fd9..7701b03bbe 100644
--- a/cpu/arm1136/Makefile
+++ b/cpu/arm1136/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