Add ability for arch code to make changes before we boot
[oweals/u-boot.git] / cpu / lh7a40x / Makefile
index bac2a640cb04d0fd7a7f98cc0f2fe934b6ca4c8f..1b3f58abb93bd50e85ce42b122d23fac0a2250ca 100644 (file)
@@ -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))