[U-Boot] [PATCH] pcm030: fix out-of-tree building

Wolfgang Denk wd at denx.de
Sun Jul 19 12:19:55 CEST 2009


Commit 0a87dd90 that was supposed to fix out-of-tree building for the
pcm030 board was unfortunately incomplete.

Signed-off-by: Wolfgang Denk <wd at denx.de>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index e427bc0..1eb3177 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 ; \
-- 
1.6.0.6



More information about the U-Boot mailing list