projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46ff538
)
x86/platform: Add kvmconfig to the phony targets
author
Borislav Petkov
<bp@suse.de>
Fri, 21 Jun 2013 08:04:51 +0000
(10:04 +0200)
committer
Ingo Molnar
<mingo@kernel.org>
Sun, 23 Jun 2013 10:17:35 +0000
(12:17 +0200)
... so as not to disable it with a file of the same name in the
toplevel build directory.
Signed-off-by: Borislav Petkov <bp@suse.de>
Link:
http://lkml.kernel.org/r/1371801891-23618-1-git-send-email-bp@alien8.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/Makefile
b/arch/x86/Makefile
index 91ee171f1cffaa5a59d69be283dd99bdaf53481e..07639c656fcd89b1212e14b57bfc910549a44407 100644
(file)
--- 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