From: Ralf Baechle <ralf@linux-mips.org>
To: Sanjay Lal <sanjayl@kymasys.com>
Cc: kvm@vger.kernel.org, linux-mips@linux-mips.org
Subject: Re: [PATCH 01/20] KVM/MIPS32: Infrastructure/build files.
Date: Sat, 10 Nov 2012 22:28:35 +0100 [thread overview]
Message-ID: <20121110212835.GA26931@linux-mips.org> (raw)
In-Reply-To: <6A87701A-F946-489D-AFC3-3BC8B7723CE0@kymasys.com>
On Wed, Oct 31, 2012 at 11:17:22AM -0400, Sanjay Lal wrote:
> index 7dd65cf..d2cfe45 100644
> --- a/arch/mips/Kbuild
> +++ b/arch/mips/Kbuild
> @@ -17,3 +17,7 @@ obj- := $(platform-)
> obj-y += kernel/
> obj-y += mm/
> obj-y += math-emu/
> +
> +ifdef CONFIG_KVM
> +obj-y += kvm/
> +endif
Shorter:
obj-$(CONFIG_KVM) += kvm/
Ralf
prev parent reply other threads:[~2012-11-10 21:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-31 15:17 [PATCH 01/20] KVM/MIPS32: Infrastructure/build files Sanjay Lal
2012-11-01 14:54 ` Avi Kivity
2012-11-10 21:28 ` Ralf Baechle [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=20121110212835.GA26931@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=kvm@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=sanjayl@kymasys.com \
/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