85xx: Remove old style of LAW init
[oweals/u-boot.git] / cpu / sh4 / Makefile
index b24a280dbebde37cc225b417936f2123a83e6623..1bb8bd7729e88341e52a577048df7e1532875855 100644 (file)
@@ -29,7 +29,7 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib$(CPU).a
 
 START  = start.o
-OBJS   = cpu.o interrupts.o watchdog.o time.o 
+OBJS   = cpu.o interrupts.o watchdog.o time.o cache.o
 
 all:   .depend $(START) $(LIB)