On 24.08.2021 12:50, Anthony PERARD wrote: > Signed-off-by: Anthony PERARD <[email protected]>
Acked-by: Jan Beulich <[email protected]> > --- a/xen/arch/x86/Makefile > +++ b/xen/arch/x86/Makefile > @@ -81,6 +81,10 @@ endif > extra-y += asm-macros.i > extra-y += xen.lds > > +hostprogs-y += boot/mkelf32 > +HOSTCFLAGS_efi/mkreloc.o := -g To be honest I don't think this extra option would have been necessary to retain. Jan
