From: Borislav Petkov Date: Fri, 21 Jun 2013 08:04:51 +0000 (+0200) Subject: x86/platform: Add kvmconfig to the phony targets X-Git-Tag: next-20130628~36^2~4^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fc58be7596b832ee9635b2f7090a589ac5cdb807;p=karo-tx-linux.git x86/platform: Add kvmconfig to the phony targets ... so as not to disable it with a file of the same name in the toplevel build directory. Signed-off-by: Borislav Petkov Link: http://lkml.kernel.org/r/1371801891-23618-1-git-send-email-bp@alien8.de Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/Makefile b/arch/x86/Makefile index 91ee171f1cff..07639c656fcd 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile @@ -220,6 +220,7 @@ archclean: $(Q)$(MAKE) $(clean)=$(boot) $(Q)$(MAKE) $(clean)=arch/x86/tools +PHONY += kvmconfig kvmconfig: $(if $(wildcard $(objtree)/.config),, $(error You need an existing .config for this target)) $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m -O $(objtree) $(objtree)/.config arch/x86/configs/kvm_guest.config