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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html