Merge tag 'u-boot-imx-20190401' of git://git.denx.de/u-boot-imx
[oweals/u-boot.git] / arch / arm / Makefile
index 817302523aec4f9b03a94eaff9b3088602fd239f..5384981c1759867e9b38f7d5f3b42c054579d8e3 100644 (file)
@@ -104,7 +104,7 @@ libs-y += arch/arm/cpu/
 libs-y += arch/arm/lib/
 
 ifeq ($(CONFIG_SPL_BUILD),y)
-ifneq (,$(CONFIG_MX23)$(CONFIG_MX28)$(CONFIG_MX35)$(filter $(SOC), mx25 mx5 mx6 mx7 mx35 imx8m))
+ifneq (,$(CONFIG_MX23)$(CONFIG_MX28)$(CONFIG_MX35)$(filter $(SOC), mx25 mx5 mx6 mx7 mx35 imx8m imx8))
 libs-y += arch/arm/mach-imx/
 endif
 else