On 24/09/2024 9:22 am, Jan Beulich wrote: > On 23.09.2024 19:50, Milan Djokic wrote: >> --- a/xen/arch/x86/Makefile >> +++ b/xen/arch/x86/Makefile >> @@ -88,6 +88,8 @@ extra-y += xen.lds >> hostprogs-y += boot/mkelf32 >> hostprogs-y += efi/mkreloc >> >> +$(obj)/efi/mkreloc:HOSTCFLAGS += -I$(srctree)/include > Nit: Blank please after colon, just like it is e.g. ... > >> # Allows usercopy.c to include itself >> $(obj)/usercopy.o: CFLAGS-y += -iquote . > ... here. Could surely be taken care of while committing.
There were two others I'd spotted, which I was intending on tweaking on commit. ~Andrew