]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib_m68k/Makefile
AVR32: Enable interrupts at bootup
[people/ms/u-boot.git] / lib_m68k / Makefile
index 82165f098ae53a7df7e0dc1bac1f02507d340298..03784fd84e201ec16e55e11be198a1a55efa06e2 100644 (file)
@@ -27,7 +27,7 @@ LIB   = $(obj)lib$(ARCH).a
 
 SOBJS  =
 
-COBJS  = cache.o traps.o time.o board.o m68k_linux.o
+COBJS  = cache.o traps.o time.o interrupts.o board.o m68k_linux.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))