projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e405afa
)
pcm030: fix out-of-tree building
author
Wolfgang Denk
<
[email protected]
>
Sun, 19 Jul 2009 10:05:15 +0000
(12:05 +0200)
committer
Wolfgang Denk
<
[email protected]
>
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 <
[email protected]
>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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 ; \