Makefile: Rename ALL-y to INPUTS-y
[pandora-u-boot.git] / arch / arm / mach-stm32mp / config.mk
index 403af2a..c30bf48 100644 (file)
@@ -4,10 +4,10 @@
 #
 
 ifndef CONFIG_SPL
-ALL-y += u-boot.stm32
+INPUTS-y += u-boot.stm32
 else
 ifdef CONFIG_SPL_BUILD
-ALL-y += u-boot-spl.stm32
+INPUTS-y += u-boot-spl.stm32
 endif
 endif