arm926ejs: add noop implementation for dcache ops
[platform/kernel/u-boot.git] / arch / arm / cpu / arm926ejs / Makefile
index a56ff08..5923e65 100644 (file)
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib$(CPU).o
 
 START  = start.o
-COBJS  = cpu.o
+COBJS  = cpu.o cache.o
 
 ifdef  CONFIG_SPL_BUILD
 ifdef  CONFIG_SPL_NO_CPU_SUPPORT_CODE