From: Wolfgang Denk Date: Sun, 19 Jul 2009 10:05:15 +0000 (+0200) Subject: pcm030: fix out-of-tree building X-Git-Tag: v2009.08-rc1~61 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=341245a28830d3261c41b09d958eeea7bb93587a;p=u-boot pcm030: fix out-of-tree building Commit 0a87dd90 that was supposed to fix out-of-tree building for the pcm030 board was unfortunately incomplete. Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index e427bc020f..1eb31773b4 100644 --- a/Makefile +++ b/Makefile @@ -696,6 +696,7 @@ o2dnt_config: unconfig pcm030_config \ pcm030_LOWBOOT_config: unconfig + @mkdir -p $(obj)include $(obj)board/phytec/pcm030 @ >$(obj)include/config.h @[ -z "$(findstring LOWBOOT_,$@)" ] || \ { echo "TEXT_BASE = 0xFF000000" >$(obj)board/phytec/pcm030/config.tmp ; \