From 67c2cb1e6909ebba54b314caa8ad4b0a70a6d7b2 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Wed, 16 Nov 2011 23:48:22 +0000 Subject: 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 Acked-by: Stephen Warren Tested-by: Stephen Warren Tested-by: Wolfgang Denk --- board/nvidia/ventana/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1