Use ALL-y style instead of ifeq blocks for better readability
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
a16a84b725
commit
4e0fbb98fc
@@ -26,7 +26,7 @@
|
||||
#
|
||||
|
||||
# Check the U-Boot Image with a SHA1 checksum
|
||||
ALL += $(obj)u-boot.sha1
|
||||
ALL-y += $(obj)u-boot.sha1
|
||||
|
||||
PLATFORM_CPPFLAGS += -DCONFIG_440=1
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user