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:
Daniel Schwierzeck
2011-07-13 05:11:01 +00:00
committed by Wolfgang Denk
parent a16a84b725
commit 4e0fbb98fc
7 changed files with 12 additions and 20 deletions

View File

@@ -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

View 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)

View 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)

View 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)

View 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)