From: Thierry Reding Date: Wed, 16 Nov 2011 23:48:22 +0000 (+0000) Subject: tegra2: Fix out-of-tree build for Ventana. X-Git-Tag: v2011.12~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67c2cb1e6909ebba54b314caa8ad4b0a70a6d7b2;p=platform%2Fkernel%2Fu-boot.git 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 --- 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