]> git.sur5r.net Git - u-boot/blobdiff - arch/mips/cpu/mips32/Makefile
Merge 'u-boot-atmel/master' into 'u-boot-arm/master'
[u-boot] / arch / mips / cpu / mips32 / Makefile
index 88e302341f8c4a7448bb8b9c2c3434f175bfaec3..eb8e00544db79685b2620cc1d0893927a51a57e9 100644 (file)
@@ -27,9 +27,7 @@ LIB   = $(obj)lib$(CPU).o
 
 START  = start.o
 SOBJS-y        = cache.o
-COBJS-y        = cpu.o interrupts.o
-
-COBJS-$(CONFIG_SOC_AU1X00) += au1x00_eth.o au1x00_serial.o au1x00_usb_ohci.o
+COBJS-y        = cpu.o interrupts.o time.o
 
 SRCS   := $(START:.o=.S) $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))