]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/lib/Makefile
treewide: include libfdt_env.h before fdt.h
[u-boot] / arch / arm / lib / Makefile
index 07baee2ec6540426549b22a2d1d3b697a693e4d9..57111afd90c1427fd8a0b27b137c25857102ef1d 100644 (file)
@@ -42,14 +42,15 @@ ifndef CONFIG_SPL_BUILD
 COBJS-y        += board.o
 COBJS-y        += bootm.o
 COBJS-$(CONFIG_SYS_L2_PL310) += cache-pl310.o
-COBJS-y        += interrupts.o
-COBJS-y        += reset.o
 SOBJS-$(CONFIG_USE_ARCH_MEMSET) += memset.o
 SOBJS-$(CONFIG_USE_ARCH_MEMCPY) += memcpy.o
 else
 COBJS-$(CONFIG_SPL_FRAMEWORK) += spl.o
 endif
 
+COBJS-y        += interrupts.o
+COBJS-y        += reset.o
+
 COBJS-y        += cache.o
 COBJS-y        += cache-cp15.o