[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] build: convert HAS_CORE_PARKING to Kconfig
commit 763076cf5d29b41c98171ac2489e1726f95667ae Author: Doug Goldstein <cardoe@xxxxxxxxxx> AuthorDate: Fri Feb 26 12:35:46 2016 +0100 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Fri Feb 26 12:35:46 2016 +0100 build: convert HAS_CORE_PARKING to Kconfig Convert HAS_CORE_PARKING to Kconfig as CONFIG_CORE_PARKING. While removing HAS_CORE_PARKING, removed a trailing whitespace on a near by line. Signed-off-by: Doug Goldstein <cardoe@xxxxxxxxxx> Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> --- xen/arch/x86/Kconfig | 1 + xen/arch/x86/Rules.mk | 4 +--- xen/common/Kconfig | 3 +++ xen/common/Makefile | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig index 60d5fb8..ca233b7 100644 --- a/xen/arch/x86/Kconfig +++ b/xen/arch/x86/Kconfig @@ -6,6 +6,7 @@ config X86 select ACPI select ACPI_LEGACY_TABLES_LOOKUP select COMPAT + select CORE_PARKING select HAS_CPUFREQ select HAS_EHCI select HAS_GDBSX diff --git a/xen/arch/x86/Rules.mk b/xen/arch/x86/Rules.mk index c1fff66..3139886 100644 --- a/xen/arch/x86/Rules.mk +++ b/xen/arch/x86/Rules.mk @@ -1,9 +1,7 @@ ######################################## # x86-specific definitions -HAS_CORE_PARKING := y - -CFLAGS += -I$(BASEDIR)/include +CFLAGS += -I$(BASEDIR)/include CFLAGS += -I$(BASEDIR)/include/asm-x86/mach-generic CFLAGS += -I$(BASEDIR)/include/asm-x86/mach-default CFLAGS += '-D__OBJECT_LABEL__=$(subst /,$$,$(subst -,_,$(subst $(BASEDIR)/,,$(CURDIR))/$@))' diff --git a/xen/common/Kconfig b/xen/common/Kconfig index 49de790..8fbc46d 100644 --- a/xen/common/Kconfig +++ b/xen/common/Kconfig @@ -8,6 +8,9 @@ config COMPAT HVM and PV guests. HVMLoader makes 32-bit hypercalls irrespective of the destination runmode of the guest. +config CORE_PARKING + bool + config FLASK bool "FLux Advanced Security Kernel support" default y diff --git a/xen/common/Makefile b/xen/common/Makefile index 57f4ed7..82625a5 100644 --- a/xen/common/Makefile +++ b/xen/common/Makefile @@ -1,5 +1,5 @@ obj-y += bitmap.o -obj-$(HAS_CORE_PARKING) += core_parking.o +obj-$(CONFIG_CORE_PARKING) += core_parking.o obj-y += cpu.o obj-y += cpupool.o obj-$(CONFIG_HAS_DEVICE_TREE) += device_tree.o -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |