From 4e0fbb98fcca8cee2995debc554fa98d59adefb0 Mon Sep 17 00:00:00 2001 From: Daniel Schwierzeck Date: Wed, 13 Jul 2011 05:11:01 +0000 Subject: Use ALL-y style instead of ifeq blocks for better readability Signed-off-by: Daniel Schwierzeck --- board/spear/spear320/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/spear/spear320') diff --git a/board/spear/spear320/config.mk b/board/spear/spear320/config.mk index 2b59c39e7a..f8a6bdb976 100644 --- a/board/spear/spear320/config.mk +++ b/board/spear/spear320/config.mk @@ -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) -- cgit v1.2.1