* [U-Boot] [POWERPC] mgcoge, mgsuvd: fix out-of-tree build error.
@ 2008-10-16 16:27 Heiko Schocher
2008-10-16 22:32 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Heiko Schocher @ 2008-10-16 16:27 UTC (permalink / raw)
To: u-boot
Signed-off-by: Heiko Schocher <hs@denx.de>
---
board/keymile/mgcoge/Makefile | 3 +++
board/keymile/mgsuvd/Makefile | 3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/board/keymile/mgcoge/Makefile b/board/keymile/mgcoge/Makefile
index cbf7129..0cad821 100644
--- a/board/keymile/mgcoge/Makefile
+++ b/board/keymile/mgcoge/Makefile
@@ -22,6 +22,9 @@
#
include $(TOPDIR)/config.mk
+ifneq ($(OBJTREE),$(SRCTREE))
+$(shell mkdir -p $(obj)../common)
+endif
LIB = $(obj)lib$(BOARD).a
diff --git a/board/keymile/mgsuvd/Makefile b/board/keymile/mgsuvd/Makefile
index 0326608..b2145f9 100644
--- a/board/keymile/mgsuvd/Makefile
+++ b/board/keymile/mgsuvd/Makefile
@@ -22,6 +22,9 @@
#
include $(TOPDIR)/config.mk
+ifneq ($(OBJTREE),$(SRCTREE))
+$(shell mkdir -p $(obj)../common)
+endif
LIB = $(obj)lib$(BOARD).a
--
1.5.6.1
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [POWERPC] mgcoge, mgsuvd: fix out-of-tree build error.
2008-10-16 16:27 [U-Boot] [POWERPC] mgcoge, mgsuvd: fix out-of-tree build error Heiko Schocher
@ 2008-10-16 22:32 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2008-10-16 22:32 UTC (permalink / raw)
To: u-boot
Dear Heiko Schocher,
In message <48F76B77.5060300@denx.de> you wrote:
>
> Signed-off-by: Heiko Schocher <hs@denx.de>
> ---
> board/keymile/mgcoge/Makefile | 3 +++
> board/keymile/mgsuvd/Makefile | 3 +++
> 2 files changed, 6 insertions(+), 0 deletions(-)
Thanks, appied to "next" branch.
[Note: I merged this into the "mgsuvd, mgcoge: move this 2 boards in
one dir." commit wher eit was actually missing.]
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Often it is fatal to live too long. - Racine
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-16 22:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-16 16:27 [U-Boot] [POWERPC] mgcoge, mgsuvd: fix out-of-tree build error Heiko Schocher
2008-10-16 22:32 ` Wolfgang Denk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.