]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - cpu/lh7a40x/Makefile
imported U-Boot Release 2009.08 from Freescale BSP L2.6.31_10.08.01
[karo-tx-uboot.git] / cpu / lh7a40x / Makefile
index bac2a640cb04d0fd7a7f98cc0f2fe934b6ca4c8f..1b3f58abb93bd50e85ce42b122d23fac0a2250ca 100755 (executable)
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib$(CPU).a
 
 START  = start.o
-COBJS  = cpu.o speed.o interrupts.o serial.o
+COBJS  = cpu.o speed.o timer.o
 
 SRCS   := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))