]> git.sur5r.net Git - u-boot/blobdiff - arch/mips/cpu/mips32/Makefile
Merge branch 'master' of git://git.denx.de/u-boot
[u-boot] / arch / mips / cpu / mips32 / Makefile
index 816b76cc41001e267436b2ae7b9f56e39f46174f..eb8e00544db79685b2620cc1d0893927a51a57e9 100644 (file)
@@ -27,11 +27,7 @@ LIB  = $(obj)lib$(CPU).o
 
 START  = start.o
 SOBJS-y        = cache.o
-COBJS-y        = cpu.o interrupts.o
-
-SOBJS-$(CONFIG_INCA_IP)        += incaip_wdt.o
-COBJS-$(CONFIG_INCA_IP)        += asc_serial.o incaip_clock.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))