Use ALL-y style instead of ifeq blocks for better readability
[oweals/u-boot.git] / board / spear / spear300 / config.mk
index 11da2c33384f41c84eb1e50eb7716f213279a6a9..5848ef89f89c5ae749c714f458c1e9e458019470 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)