85xx: Cleanup L2 cache size detection
[oweals/u-boot.git] / cpu / microblaze / Makefile
index db1afa553ddecc4b40782a6c16670deca48a9b03..9d542013ccc3660551451b37c1b1b875d439be9c 100644 (file)
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib$(CPU).a
 
 START  = start.o
-SOBJS  = dcache.o icache.o irq.o disable_int.o enable_int.o
+SOBJS  = irq.o
 COBJS  = cpu.o interrupts.o cache.o exception.o timer.o
 
 SRCS   := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)