From: Doug Goldstein Date: Tue, 6 Oct 2015 15:39:33 +0000 (+0200) Subject: build: drop unused config variable CONFIG_HVM X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~2441 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=375a410b24d9fb7058fc7a3fe101189fe737c08b;p=xen.git build: drop unused config variable CONFIG_HVM CONFIG_HVM is not used anywhere in the build process so drop it. Signed-off-by: Doug Goldstein Reviewed-by: Andrew Cooper --- diff --git a/config/x86_32.mk b/config/x86_32.mk index c2d785e345..ed69447014 100644 --- a/config/x86_32.mk +++ b/config/x86_32.mk @@ -2,7 +2,6 @@ CONFIG_X86 := y CONFIG_X86_32 := y CONFIG_X86_$(XEN_OS) := y -CONFIG_HVM := y CONFIG_MIGRATE := y CONFIG_XCUTILS := y diff --git a/config/x86_64.mk b/config/x86_64.mk index bf104c23c9..f74611fed1 100644 --- a/config/x86_64.mk +++ b/config/x86_64.mk @@ -3,7 +3,6 @@ CONFIG_X86_64 := y CONFIG_X86_$(XEN_OS) := y CONFIG_COMPAT := y -CONFIG_HVM := y CONFIG_MIGRATE := y CONFIG_XCUTILS := y