From: Geoff Levand <geoff@infradead.org>
To: Tony Breeds <tony@bakeyournoodle.com>
Cc: "Frank Svendsbøe" <frank.svendsboe@gmail.com>,
"Wolfgang Denk" <wd@denx.de>,
robert.karl.berger@gmail.com,
LinuxPPC-dev <linuxppc-dev@lists.ozlabs.org>
Subject: Re: [PATCH] powerpc/boot: Only build board support files when required.
Date: Wed, 04 Apr 2012 20:44:17 -0700 [thread overview]
Message-ID: <1333597457.3726.3.camel@clam> (raw)
In-Reply-To: <20120403005558.GA9194@thor.bakeyournoodle.com>
On Tue, 2012-04-03 at 10:55 +1000, Tony Breeds wrote:
> Currently we build all board files regardless of the final zImage
> target. This is sub-optimal (in terms on compilation) and leads to
> problems in one platform needlessly causing failures for other
> platforms.
>
> Use the Kconfig variables to selectively construct this board files to
> build.
>
> +ifeq ($(CONFIG_PPC_PS3),y)
> +src-plat += ps3-head.S ps3-hvcall.S ps3.c
> +endif
PS3 part looks good.
Acked-by: Geoff Levand <geoff@infradead.org>
prev parent reply other threads:[~2012-04-05 3:44 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-03 0:55 [PATCH] powerpc/boot: Only build board support files when required Tony Breeds
2012-04-03 1:00 ` David Gibson
2012-04-03 1:26 ` Benjamin Herrenschmidt
2012-04-03 1:31 ` Tony Breeds
2012-04-03 1:41 ` Stephen Rothwell
2012-04-03 1:55 ` Tony Breeds
2012-04-03 1:57 ` Stephen Rothwell
2012-04-04 1:00 ` [PATCH v2] " Tony Breeds
2012-04-05 3:44 ` Geoff Levand [this message]
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=1333597457.3726.3.camel@clam \
--to=geoff@infradead.org \
--cc=frank.svendsboe@gmail.com \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=robert.karl.berger@gmail.com \
--cc=tony@bakeyournoodle.com \
--cc=wd@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;
as well as URLs for NNTP newsgroup(s).