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:
6eb3fb1
)
PMC440 board: fix board Makefile for out-of-tree building
author
Wolfgang Denk
<wd@denx.de>
Sun, 13 Jan 2008 15:44:08 +0000
(16:44 +0100)
committer
Wolfgang Denk
<wd@denx.de>
Sun, 13 Jan 2008 15:44:08 +0000
(16:44 +0100)
Signed-off-by: Wolfgang Denk <wd@denx.de>
board/esd/pmc440/Makefile
patch
|
blob
|
history
diff --git
a/board/esd/pmc440/Makefile
b/board/esd/pmc440/Makefile
index 4dd9c386cdb979cca7c412e7ca8b857df1938231..68b566c4a6e029c2ddcd8f8fa84a7af07173cbd4 100644
(file)
--- a/
board/esd/pmc440/Makefile
+++ b/
board/esd/pmc440/Makefile
@@
-22,6
+22,9
@@
#
include $(TOPDIR)/config.mk
+ifneq ($(OBJTREE),$(SRCTREE))
+$(shell mkdir -p $(obj)../common)
+endif
LIB = $(obj)lib$(BOARD).a