summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-07-18 18:00:25 +0200
committerWolfgang Denk <wd@denx.de>2009-07-18 18:00:25 +0200
commit0a87dd90a75d034301496285026fbd8106c7c6d5 (patch)
treecd3159bdc669beb629e6a37e60fb090473d129b2 /Makefile
parent9ff59601c71e800b9d0dfde22fa70d12c71c12b4 (diff)
downloadblackbird-obmc-uboot-0a87dd90a75d034301496285026fbd8106c7c6d5.tar.gz
blackbird-obmc-uboot-0a87dd90a75d034301496285026fbd8106c7c6d5.zip
pcm030: fix out-of-tree building
Commit c9969947, which added support for the pcm030 board (aka phyCORE-MPC5200B-tiny), broke out-of-tree building. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e6346fa35..9ff846e681 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" ; \
OpenPOWER on IntegriCloud