MIPS: IncaIP: Move all IncaIP specific code to separate subdirectory
[oweals/u-boot.git] / arch / mips / cpu / mips32 / Makefile
index 816b76cc41001e267436b2ae7b9f56e39f46174f..88e302341f8c4a7448bb8b9c2c3434f175bfaec3 100644 (file)
@@ -29,8 +29,6 @@ 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
 
 SRCS   := $(START:.o=.S) $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)