Re: [Xen-devel] [PATCH v7 04/28] build: use generated Kconfig options for Xen

2015-12-14 Thread Jan Beulich
>>> On 10.12.15 at 17:48, wrote: > --- a/xen/Makefile > +++ b/xen/Makefile > @@ -34,6 +34,8 @@ default: build > .PHONY: dist > dist: install > > +build:: include/config/auto.conf > + > .PHONY: build install uninstall clean distclean cscope TAGS tags MAP gtags > build install uninstall debug

[Xen-devel] [PATCH v7 04/28] build: use generated Kconfig options for Xen

2015-12-10 Thread Doug Goldstein
Switches the build system to rely on the options and flags generated by Kconfig to control what gets built and how. Follow on patches will convert items to be prefixed with CONFIG_. Additionally remove a #define that resulted in a redefined variable when building for arm. CC: Ian Campbell CC: Ste