diff options
| author | Daniel Schwierzeck <[email protected]> | 2011-07-13 05:11:01 +0000 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2011-07-26 14:41:43 +0200 |
| commit | 4e0fbb98fcca8cee2995debc554fa98d59adefb0 (patch) | |
| tree | baf1b11d128e7e0b3c1011133429b457c282728a /board/pcs440ep | |
| parent | a16a84b7258c4fb9d320372543ea691a01e2adf9 (diff) | |
Use ALL-y style instead of ifeq blocks for better readability
Signed-off-by: Daniel Schwierzeck <[email protected]>
Diffstat (limited to 'board/pcs440ep')
| -rw-r--r-- | board/pcs440ep/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pcs440ep/config.mk b/board/pcs440ep/config.mk index 23631c510b8..f560ec639f2 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 |
