]> git.sur5r.net Git - u-boot/blobdiff - lib_arm/Makefile
arm: clean cache management
[u-boot] / lib_arm / Makefile
index c8795b2314066353dfb0f655d57a1396e6cdf880..3ac9d1f093723d0d81952ea99577a155469eb343 100644 (file)
@@ -35,6 +35,9 @@ SOBJS-y       += _umodsi3.o
 COBJS-y        += board.o
 COBJS-y        += bootm.o
 COBJS-y        += cache.o
+ifndef CONFIG_SYS_NO_CP15_CACHE
+COBJS-y        += cache-cp15.o
+endif
 COBJS-y        += div0.o
 COBJS-y        += interrupts.o