]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
pcm030: fix out-of-tree building
authorWolfgang Denk <wd@denx.de>
Sun, 19 Jul 2009 10:05:15 +0000 (12:05 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 19 Jul 2009 10:08:06 +0000 (12:08 +0200)
Commit 0a87dd90 that was supposed to fix out-of-tree building for the
pcm030 board was unfortunately incomplete.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Makefile

index e427bc020fafa741378f824641ab2b906ffd0bb4..1eb31773b4cb3b59ce61b921adc6856ce289c098 100644 (file)
--- 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 ; \