]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/lib/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-microblaze
[u-boot] / arch / arm / lib / Makefile
index 300c8fab2d1256436bd9579697666e2d95f2ce27..39a9550376fa67d38d71bdacc98157cf903ee58d 100644 (file)
@@ -39,8 +39,6 @@ GLCOBJS       += div0.o
 
 COBJS-y        += board.o
 COBJS-y        += bootm.o
-COBJS-y        += cache.o
-COBJS-y        += cache-cp15.o
 COBJS-$(CONFIG_SYS_L2_PL310) += cache-pl310.o
 COBJS-y        += interrupts.o
 COBJS-y        += reset.o
@@ -48,6 +46,9 @@ SOBJS-$(CONFIG_USE_ARCH_MEMSET) += memset.o
 SOBJS-$(CONFIG_USE_ARCH_MEMCPY) += memcpy.o
 endif
 
+COBJS-y        += cache.o
+COBJS-y        += cache-cp15.o
+
 SRCS   := $(GLSOBJS:.o=.S) $(GLCOBJS:.o=.c) \
           $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))