On 07/08/2020 12:32, Jan Beulich wrote: > With changes done over time and as far as linking goes, the only special > thing about building with EFI support enabled is the need for the dummy > relocations object for xen.gz uniformly in all build stages. All other > efi/*.o can be consumed from the built_in*.o files. > > In efi/Makefile, besides moving relocs-dummy.o to "extra", also properly > split between obj-y and obj-bin-y. > > Signed-off-by: Jan Beulich <[email protected]>
Acked-by: Andrew Cooper <[email protected]> I'd prefer to see this all in Kconfig, but this is a clear improvement in its own right.
