Re: [Xen-devel] [PATCH 2/2] build: convert xenoprof to Kconfig

2016-02-08 Thread Andrew Cooper
On 08/02/16 16:04, Doug Goldstein wrote: > diff --git a/xen/common/Kconfig b/xen/common/Kconfig > index 6f404b4..fbb64a7 100644 > --- a/xen/common/Kconfig > +++ b/xen/common/Kconfig > @@ -84,6 +84,19 @@ config LATE_HWDOM > > If unsure, say N. > > +# Adds support for Xenoprof > +config X

[Xen-devel] [PATCH 2/2] build: convert xenoprof to Kconfig

2016-02-08 Thread Doug Goldstein
Convert the xenoprof x86 build time option to Kconfig. CC: Keir Fraser CC: Jan Beulich CC: Andrew Cooper Signed-off-by: Doug Goldstein --- xen/arch/x86/Makefile | 2 +- xen/arch/x86/Rules.mk | 3 --- xen/common/Kconfig| 13 + xen/common/Makefile | 2 +- 4 files changed, 1