Loading arch/x86/kvm/Kconfig +13 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,19 @@ config KVM If unsure, say N. config KVM_WERROR bool "Compile KVM with -Werror" # KASAN may cause the build to fail due to larger frames default y if X86_64 && !KASAN # We use the dependency on !COMPILE_TEST to not be enabled # blindly in allmodconfig or allyesconfig configurations depends on (X86_64 && !KASAN) || !COMPILE_TEST depends on EXPERT help Add -Werror to the build flags for (and only for) i915.ko. If in doubt, say "N". config KVM_INTEL tristate "KVM for Intel (and compatible) processors support" depends on KVM && IA32_FEAT_CTL Loading arch/x86/kvm/Makefile +1 −1 Original line number Diff line number Diff line # SPDX-License-Identifier: GPL-2.0 ccflags-y += -Iarch/x86/kvm ccflags-y += -Werror ccflags-$(CONFIG_KVM_WERROR) += -Werror KVM := ../../../virt/kvm Loading Loading
arch/x86/kvm/Kconfig +13 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,19 @@ config KVM If unsure, say N. config KVM_WERROR bool "Compile KVM with -Werror" # KASAN may cause the build to fail due to larger frames default y if X86_64 && !KASAN # We use the dependency on !COMPILE_TEST to not be enabled # blindly in allmodconfig or allyesconfig configurations depends on (X86_64 && !KASAN) || !COMPILE_TEST depends on EXPERT help Add -Werror to the build flags for (and only for) i915.ko. If in doubt, say "N". config KVM_INTEL tristate "KVM for Intel (and compatible) processors support" depends on KVM && IA32_FEAT_CTL Loading
arch/x86/kvm/Makefile +1 −1 Original line number Diff line number Diff line # SPDX-License-Identifier: GPL-2.0 ccflags-y += -Iarch/x86/kvm ccflags-y += -Werror ccflags-$(CONFIG_KVM_WERROR) += -Werror KVM := ../../../virt/kvm Loading