]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/spear/spear310/config.mk
Use ALL-y style instead of ifeq blocks for better readability
[karo-tx-uboot.git] / board / spear / spear310 / config.mk
index 2b59c39e7a279aadfe885a529c9aa21f367ce29f..f8a6bdb976ca1c08894099c6207581bb24ebd44e 100644 (file)
@@ -25,7 +25,7 @@
 
 CONFIG_SYS_TEXT_BASE = 0x00700000
 
-ALL += $(obj)u-boot.img
+ALL-y += $(obj)u-boot.img
 
 # Environment variables in NAND
 ifeq ($(ENV),NAND)