|
@@ -250,8 +250,8 @@ archclean:
|
|
|
PHONY += kvmconfig
|
|
PHONY += kvmconfig
|
|
|
kvmconfig:
|
|
kvmconfig:
|
|
|
$(if $(wildcard $(objtree)/.config),, $(error You need an existing .config for this target))
|
|
$(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
|
|
|
|
|
- $(Q)yes "" | $(MAKE) oldconfig
|
|
|
|
|
|
|
+ $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m -O $(objtree) $(objtree)/.config $(srctree)/arch/x86/configs/kvm_guest.config
|
|
|
|
|
+ $(Q)yes "" | $(MAKE) -f $(srctree)/Makefile oldconfig
|
|
|
|
|
|
|
|
define archhelp
|
|
define archhelp
|
|
|
echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImage)'
|
|
echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImage)'
|