From patchwork Thu Nov 17 09:48:22 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 126168 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id B8E54B71F8 for ; Thu, 17 Nov 2011 20:48:48 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EF350288C4; Thu, 17 Nov 2011 10:48:45 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k9lrNf-+it2a; Thu, 17 Nov 2011 10:48:44 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A29FE28770; Thu, 17 Nov 2011 10:48:43 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 94CE928770 for ; Thu, 17 Nov 2011 10:48:41 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pmza9s0WUwVG for ; Thu, 17 Nov 2011 10:48:41 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.9]) by theia.denx.de (Postfix) with ESMTP id 0EB8628765 for ; Thu, 17 Nov 2011 10:48:39 +0100 (CET) Received: from benhur.adnet.avionic-design.de (p548E12B2.dip0.t-ipconnect.de [84.142.18.178]) by mrelayeu.kundenserver.de (node=mrbap4) with ESMTP (Nemesis) id 0LdVUQ-1R11kX1Zju-00j5ym; Thu, 17 Nov 2011 10:48:35 +0100 Received: from mailbox.adnet.avionic-design.de (add-virt-zarafa.adnet.avionic-design.de [172.20.129.9]) by benhur.adnet.avionic-design.de (Postfix) with ESMTP id 5B2B52C411D; Thu, 17 Nov 2011 10:48:36 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mailbox.adnet.avionic-design.de (Postfix) with ESMTP id 9B29D2A281AD; Thu, 17 Nov 2011 10:48:34 +0100 (CET) X-Virus-Scanned: amavisd-new at avionic-design.de Received: from mailbox.adnet.avionic-design.de ([127.0.0.1]) by localhost (mailbox.avionic-design.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id S0WQqdg-Xe5J; Thu, 17 Nov 2011 10:48:22 +0100 (CET) Received: from localhost (avionic-0098.adnet.avionic-design.de [172.20.31.233]) (Authenticated sender: thierry.reding) by mailbox.adnet.avionic-design.de (Postfix) with ESMTPA id BDF0B2A281B1; Thu, 17 Nov 2011 10:48:22 +0100 (CET) From: Thierry Reding To: Tom Warren , Simon Glass , Stephen Warren Date: Thu, 17 Nov 2011 10:48:22 +0100 Message-Id: <1321523302-4761-1-git-send-email-thierry.reding@avionic-design.de> X-Mailer: git-send-email 1.7.7.3 X-Provags-ID: V02:K0:LupPu5eKyA7R1yXp5s+ZV3O2ztP5G/cnd6zKyjZLx1F k0dKOIges2wYiv5dw55RhSUDtlIAd+YU+/ppE+z39eylXXvA9p 27xmq6TY3QsSIL0/L4ioijIRLQ34J9ni3G0lrdgFa/KxJ1Fza6 Q4LN1deElf8V9bVKI9kYqzLToA+meVSNbbmkxh8w08+pvR62UP pH9+aXTCBt8RO5FswyDi1czC3J1HkoMEARyhouU9Sb8iW2b+li kuaEO1mk/a+84BjA3ltWkYOegKQFr7y7E9rBFzdk5/hMBOOZN2 W4qCPlhiPqisVGlPwWQEh4Bb7UyEkBDi2EE6ez3nxL75AmVYYk xKr9byN74yVVsCiS+MVw7L8od90sKpUuBVR8uC9z8ng2eTW2Bw lt7skRYW2t9sHSdielW++S0W9NcppRzw9FBNul2YP4Hp5KHkSW Eg5JD Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH] tegra2: Fix out-of-tree build for Ventana. X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de 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 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