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 PERARD <anthony.per...@citrix.com>
Acked-by: Jan Beulich <jbeul...@suse.com> I wonder though whether their use of KBUILD_ prefixes doesn't match our XEN_ ones (e.g. KBUILD_CFLAGS vs XEN_CFLAGS), in which case replacing rather than stripping might be the way to go. Jan