commit | 12052d6598c710dcaa3460c1df17ef63470b46c8 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@googlemail.com> | Wed Jul 13 05:11:01 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jul 26 14:41:43 2011 +0200 |
tree | baf1b11d128e7e0b3c1011133429b457c282728a | |
parent | 94f23daf5507c4d659a2b90977c5f956778bc1fe [diff] [blame] |
Use ALL-y style instead of ifeq blocks for better readability Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
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