Merge branch 'master' of git://git.denx.de/u-boot-arm
[oweals/u-boot.git] / cpu / mcf532x / Makefile
index 452848d32ad14d19fbfea22c878d3742f126ad48..6790d90f272483c51500ee6f8514b56867cdbcaf 100644 (file)
@@ -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))