From: Stephen Rothwell Date: Wed, 21 Dec 2011 05:36:18 +0000 (+1100) Subject: Merge remote-tracking branch 'kvmtool/master' X-Git-Tag: next-20111221~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f078d10cd93618b49107b6d0a3c9a3c456d0fdca;p=karo-tx-linux.git Merge remote-tracking branch 'kvmtool/master' Conflicts: include/net/9p/9p.h scripts/kconfig/Makefile --- f078d10cd93618b49107b6d0a3c9a3c456d0fdca diff --cc scripts/kconfig/Makefile index 914833d99b06,58a4259cb57c..0517945562ab --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@@ -33,9 -33,22 +33,14 @@@ silentoldconfig: $(obj)/con $(Q)mkdir -p include/generated $< --$@ $(Kconfig) + kvmconfig: + $(Q)$(CONFIG_SHELL) $(srctree)/scripts/config -e KVMTOOL_TEST_ENABLE + $(Q)yes "" | make oldconfig > /dev/null + @echo 'Kernel configuration modified to run as KVM guest.' + -# if no path is given, then use src directory to find file -ifdef LSMOD -LSMOD_F := $(LSMOD) -ifeq ($(findstring /,$(LSMOD)),) - LSMOD_F := $(objtree)/$(LSMOD) -endif -endif - -localmodconfig: $(obj)/streamline_config.pl $(obj)/conf +localyesconfig localmodconfig: $(obj)/streamline_config.pl $(obj)/conf $(Q)mkdir -p include/generated - $(Q)perl $< $(srctree) $(Kconfig) $(LSMOD_F) > .tmp.config + $(Q)perl $< --$@ $(srctree) $(Kconfig) > .tmp.config $(Q)if [ -f .config ]; then \ cmp -s .tmp.config .config || \ (mv -f .config .config.old.1; \