]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/lib/Makefile
ARM: prevent misaligned array inits
[u-boot] / arch / arm / lib / Makefile
index bd3b77f2e657e71333e71e23ab740d2292204fa8..3422ac1c5fc3213d735ae9f69a9481c65dacb4e5 100644 (file)
@@ -44,6 +44,8 @@ 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        += cache.o