public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] tegra2: Fix out-of-tree build for Ventana.
@ 2011-11-17  9:48 Thierry Reding
  2011-11-17 17:35 ` Stephen Warren
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Thierry Reding @ 2011-11-17  9:48 UTC (permalink / raw)
  To: u-boot

Since Ventana is derived from Seaboard and requires seaboard.c to build,
make sure board/nvidia/seaboard is created in the build tree.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
---
 board/nvidia/ventana/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/board/nvidia/ventana/Makefile b/board/nvidia/ventana/Makefile
index 9e5a87f..d5140c8 100644
--- a/board/nvidia/ventana/Makefile
+++ b/board/nvidia/ventana/Makefile
@@ -25,6 +25,7 @@
 include $(TOPDIR)/config.mk
 
 ifneq ($(OBJTREE),$(SRCTREE))
+$(shell mkdir -p $(obj)../seaboard)
 $(shell mkdir -p $(obj)../common)
 endif
 
-- 
1.7.7.3

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-12-22  9:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-17  9:48 [U-Boot] [PATCH] tegra2: Fix out-of-tree build for Ventana Thierry Reding
2011-11-17 17:35 ` Stephen Warren
2011-11-17 21:35 ` Mike Frysinger
2011-11-18  6:44   ` Thierry Reding
2011-12-22  7:35 ` Wolfgang Denk
2011-12-22  7:36 ` Wolfgang Denk
2011-12-22  9:03   ` Thierry Reding
2011-12-22  9:10     ` Wolfgang Denk
2011-12-22  9:22       ` [U-Boot] [PATCH] tegra2: Optimize " Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox