]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/arm925t/Makefile
imported Freescale specific U-Boot additions for i.MX28,... release L2.6.31_10.08.01
[karo-tx-uboot.git] / cpu / arm925t / Makefile
index 0d4912cd72803fb86008e2942d21fd6ae0889a49..8d0e88f902601a8c1f004aa30c994b16ec6a0167 100755 (executable)
@@ -26,7 +26,10 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib$(CPU).a
 
 START  = start.o
-COBJS  = interrupts.o cpu.o omap925.o
+
+COBJS  += cpu.o
+COBJS  += omap925.o
+COBJS  += timer.o
 
 SRCS   := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))