]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/Makefile
arm: armv7: allow unaligned memory access
[u-boot] / arch / arm / cpu / armv7 / Makefile
index 26056647df01f1db645bb9ee67c453df43b57dcc..4f4647c90ac1f7d291676b05c07c648c492db108 100644 (file)
@@ -12,6 +12,10 @@ obj-y        += syslib.o
 
 obj-$(CONFIG_SYS_ARM_MPU) += mpu_v7r.o
 
+ifneq ($(CONFIG_SPL_BUILD),y)
+obj-$(CONFIG_EFI_LOADER) += sctlr.o
+endif
+
 ifneq ($(CONFIG_SKIP_LOWLEVEL_INIT),y)
 obj-y  += lowlevel_init.o
 endif