From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Reding Date: Fri, 18 Nov 2011 07:44:04 +0100 Subject: [U-Boot] [PATCH] tegra2: Fix out-of-tree build for Ventana. In-Reply-To: <201111171635.23288.vapier@gentoo.org> References: <1321523302-4761-1-git-send-email-thierry.reding@avionic-design.de> <201111171635.23288.vapier@gentoo.org> Message-ID: <20111118064404.GA20125@avionic-0098.mockup.avionic-design.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de * Mike Frysinger wrote: > On Thursday 17 November 2011 04:48:22 Thierry Reding wrote: > > Since Ventana is derived from Seaboard and requires seaboard.c to build, > > make sure board/nvidia/seaboard is created in the build tree. > > > > --- a/board/nvidia/ventana/Makefile > > +++ b/board/nvidia/ventana/Makefile > > > > ifneq ($(OBJTREE),$(SRCTREE)) > > +$(shell mkdir -p $(obj)../seaboard) > > $(shell mkdir -p $(obj)../common) > > endif > > mkdir takes multiple paths. thus my proposal: > -$(shell mkdir -p $(obj)../common) > +$(shell mkdir -p $(obj)../common $(obj)../seaboard) > -mike Heh, right. =) Thierry -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: