Re: [PATCH v4 1/6] x86/boot: Prep work for 32bit object changes

2024-10-14 Thread Jan Beulich
On 14.10.2024 10:53, Frediano Ziglio wrote: > Broken out of the subsequent patch for clarity. > > * Rename head-bin-objs to obj32 > * Use a .32.o suffix to distinguish these objects > * Factor out $(LD32) > > No functional change. > > Signed-off-by: Frediano Ziglio > Signed-off-by: Andrew Co

[PATCH v4 1/6] x86/boot: Prep work for 32bit object changes

2024-10-14 Thread Frediano Ziglio
Broken out of the subsequent patch for clarity. * Rename head-bin-objs to obj32 * Use a .32.o suffix to distinguish these objects * Factor out $(LD32) No functional change. Signed-off-by: Frediano Ziglio Signed-off-by: Andrew Cooper --- xen/arch/x86/boot/Makefile | 25 +++--