From: Thierry Reding <thierry.reding@avionic-design.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] tegra2: Fix out-of-tree build for Ventana.
Date: Fri, 18 Nov 2011 07:44:04 +0100 [thread overview]
Message-ID: <20111118064404.GA20125@avionic-0098.mockup.avionic-design.de> (raw)
In-Reply-To: <201111171635.23288.vapier@gentoo.org>
* 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: <http://lists.denx.de/pipermail/u-boot/attachments/20111118/9bac01c9/attachment.pgp>
next prev parent reply other threads:[~2011-11-18 6:44 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-17 9:48 [U-Boot] [PATCH] tegra2: Fix out-of-tree build for Ventana Thierry Reding
2011-11-17 17:35 ` Stephen Warren
2011-11-17 21:35 ` Mike Frysinger
2011-11-18 6:44 ` Thierry Reding [this message]
2011-12-22 7:35 ` Wolfgang Denk
2011-12-22 7:36 ` Wolfgang Denk
2011-12-22 9:03 ` Thierry Reding
2011-12-22 9:10 ` Wolfgang Denk
2011-12-22 9:22 ` [U-Boot] [PATCH] tegra2: Optimize " Thierry Reding
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111118064404.GA20125@avionic-0098.mockup.avionic-design.de \
--to=thierry.reding@avionic-design.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox