summaryrefslogtreecommitdiffstats
path: root/board/nvidia
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2011-11-16 23:48:22 +0000
committerWolfgang Denk <wd@denx.de>2011-12-22 08:36:09 +0100
commit67c2cb1e6909ebba54b314caa8ad4b0a70a6d7b2 (patch)
treef223f5a1ae56182685b617644f2073efc88edc23 /board/nvidia
parentbe662e9a6b7bf27cb7bc06de18f3c51b2ea80160 (diff)
downloadblackbird-obmc-uboot-67c2cb1e6909ebba54b314caa8ad4b0a70a6d7b2.tar.gz
blackbird-obmc-uboot-67c2cb1e6909ebba54b314caa8ad4b0a70a6d7b2.zip
tegra2: Fix out-of-tree build for Ventana.
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> Acked-by: Stephen Warren <swarren@nvidia.com> Tested-by: Stephen Warren <swarren@nvidia.com> Tested-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/nvidia')
-rw-r--r--board/nvidia/ventana/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/nvidia/ventana/Makefile b/board/nvidia/ventana/Makefile
index 9e5a87ffe8..d5140c8135 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
OpenPOWER on IntegriCloud