85xx: Cleanup L2 cache size detection
[oweals/u-boot.git] / cpu / microblaze / Makefile
index fd544254f041a8d3b560e0eb63e4160d03aaf627..9d542013ccc3660551451b37c1b1b875d439be9c 100644 (file)
@@ -26,7 +26,8 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib$(CPU).a
 
 START  = start.o
-COBJS  = cpu.o interrupts.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)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))