[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] 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 <cardoe@xxxxxxxxxx> --- config/x86_32.mk | 1 - config/x86_64.mk | 1 - 2 files changed, 2 deletions(-) diff --git a/config/x86_32.mk b/config/x86_32.mk index c2d785e..ed69447 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 bf104c2..f74611f 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 -- 2.4.9 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |