summaryrefslogtreecommitdiff
path: root/cpu/arm946es/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm946es/Makefile')
-rw-r--r--cpu/arm946es/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/arm946es/Makefile b/cpu/arm946es/Makefile
index d5ac7d3fd..e81f2da29 100644
--- a/cpu/arm946es/Makefile
+++ b/cpu/arm946es/Makefile
@@ -26,7 +26,8 @@ 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))