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

Wolfgang Denk wd at denx.de
Sat Jul 18 18:06:06 CEST 2009


Commit c9969947, which added support for the pcm030 board
(aka phyCORE-MPC5200B-tiny), broke out-of-tree building.

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

diff --git a/Makefile b/Makefile
index 9e6346f..9ff846e 100644
--- a/Makefile
+++ b/Makefile
@@ -698,7 +698,7 @@ o2dnt_config:	unconfig
 
 pcm030_config \
 pcm030_LOWBOOT_config:	unconfig
-	@ >include/config.h
+	@ >$(obj)include/config.h
 	@[ -z "$(findstring LOWBOOT_,$@)" ] || \
 		{ echo "TEXT_BASE = 0xFF000000"	>$(obj)board/phytec/pcm030/config.tmp ; \
 		  echo "... with LOWBOOT configuration" ; \
-- 
1.6.0.6



More information about the U-Boot mailing list