Re: [XEN PATCH v7 32/51] build: Remove KBUILD_ specific from Makefile.host

2021-10-14 Thread Anthony PERARD
On Mon, Oct 11, 2021 at 05:47:29PM +0200, Jan Beulich wrote: > On 24.08.2021 12:50, Anthony PERARD wrote: > > This will allow $(HOSTCFLAGS) to actually be used when building > > programmes for the build-host. > > > > The other variable don't exist in our build system. > > > > Also remove

Re: [XEN PATCH v7 32/51] build: Remove KBUILD_ specific from Makefile.host

2021-10-11 Thread Jan Beulich
On 24.08.2021 12:50, Anthony PERARD wrote: > This will allow $(HOSTCFLAGS) to actually be used when building > programmes for the build-host. > > The other variable don't exist in our build system. > > Also remove $(KBUILD_EXTMOD) since it should always be empty. > > Signed-off-by: Anthony

[XEN PATCH v7 32/51] build: Remove KBUILD_ specific from Makefile.host

2021-08-24 Thread Anthony PERARD
This will allow $(HOSTCFLAGS) to actually be used when building programmes for the build-host. The other variable don't exist in our build system. Also remove $(KBUILD_EXTMOD) since it should always be empty. Signed-off-by: Anthony PERARD --- xen/scripts/Makefile.host | 26