]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/s3c44b0/Makefile
imported Ka-Ro specific additions to U-Boot 2009.08 for TX28
[karo-tx-uboot.git] / cpu / s3c44b0 / Makefile
index 790faebd3977910c9ed2bf8f00ea7235ccb8e6ca..6da2016f66081242a47f6ee8872ee650a25beb05 100755 (executable)
@@ -26,7 +26,10 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib$(CPU).a
 
 START  = start.o
-COBJS  = serial.o interrupts.o cpu.o
+
+COBJS  += cache.o
+COBJS  += cpu.o
+COBJS  += timer.o
 
 SRCS   := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))