summaryrefslogtreecommitdiff
path: root/cpu/mcf532x/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mcf532x/Makefile')
-rw-r--r--cpu/mcf532x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mcf532x/Makefile b/cpu/mcf532x/Makefile
index 452848d32..6790d90f2 100644
--- a/cpu/mcf532x/Makefile
+++ b/cpu/mcf532x/Makefile
@@ -28,7 +28,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(CPU).a
START =
-COBJS = cpu.o speed.o cpu_init.o
+COBJS = cpu.o speed.o cpu_init.o interrupts.o
SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))