| To: | Sanjay Lal <sanjayl@kymasys.com> |
|---|---|
| Subject: | Re: [PATCH 01/20] KVM/MIPS32: Infrastructure/build files. |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Sat, 10 Nov 2012 22:28:35 +0100 |
| Cc: | kvm@vger.kernel.org, linux-mips@linux-mips.org |
| In-reply-to: | <6A87701A-F946-489D-AFC3-3BC8B7723CE0@kymasys.com> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <6A87701A-F946-489D-AFC3-3BC8B7723CE0@kymasys.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
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 in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] wanrouter: Remove it and the drivers that depend on it, Joe Perches |
|---|---|
| Next by Date: | [RFC] MIPS: BCM63XX: add initial Device Tree support, Jonas Gorski |
| Previous by Thread: | Re: [PATCH 01/20] KVM/MIPS32: Infrastructure/build files., Avi Kivity |
| Next by Thread: | Re: [PATCH 04/20] KVM/MIPS32: MIPS arch specific APIs for KVM, Avi Kivity |
| Indexes: | [Date] [Thread] [Top] [All Lists] |