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/pcs440ep/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/pcs440ep') diff --git a/board/pcs440ep/config.mk b/board/pcs440ep/config.mk index 23631c5..f560ec6 100644 --- a/board/pcs440ep/config.mk +++ b/board/pcs440ep/config.mk @@ -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 -- cgit v1.1