ppc/8xxx: Don't use pci_cfg on FSL_CORENET platforms
[oweals/u-boot.git] / cpu / sa1100 / Makefile
index 790faebd3977910c9ed2bf8f00ea7235ccb8e6ca..28b668267c4912f874e941e7a859db8d83bc3cdf 100644 (file)
@@ -26,7 +26,9 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib$(CPU).a
 
 START  = start.o
-COBJS  = serial.o interrupts.o cpu.o
+
+COBJS  += cpu.o
+COBJS  += timer.o
 
 SRCS   := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))