Re: [XEN PATCH v7 30/51] build: hook kconfig into xen build system

2021-10-14 Thread Anthony PERARD
On Mon, Oct 11, 2021 at 05:38:47PM +0200, Jan Beulich wrote: > On 24.08.2021 12:50, Anthony PERARD wrote: > > Now that xen's build system is very close to Linux's ones, we can hook > > "Makefile.host" into Xen's build system, and we can build Kconfig with > > that. > > > > Signed-off-by: Anthony

Re: [XEN PATCH v7 30/51] build: hook kconfig into xen build system

2021-10-11 Thread Jan Beulich
On 24.08.2021 12:50, Anthony PERARD wrote: > Now that xen's build system is very close to Linux's ones, we can hook > "Makefile.host" into Xen's build system, and we can build Kconfig with > that. > > Signed-off-by: Anthony PERARD Reviewed-by: Jan Beulich

[XEN PATCH v7 30/51] build: hook kconfig into xen build system

2021-08-24 Thread Anthony PERARD
Now that xen's build system is very close to Linux's ones, we can hook "Makefile.host" into Xen's build system, and we can build Kconfig with that. Signed-off-by: Anthony PERARD --- xen/Makefile | 34 -- xen/Rules.mk | 13 ++-