linux/drivers/firmware/efi/libstub
Ard Biesheuvel f4f75ad574 efi: efistub: Convert into static library
This patch changes both x86 and arm64 efistub implementations
from #including shared .c files under drivers/firmware/efi to
building shared code as a static library.

The x86 code uses a stub built into the boot executable which
uncompresses the kernel at boot time. In this case, the library is
linked into the decompressor.

In the arm64 case, the stub is part of the kernel proper so the library
is linked into the kernel proper as well.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
2014-07-18 21:22:19 +01:00
..
arm-stub.c efi: efistub: Convert into static library 2014-07-18 21:22:19 +01:00
efi-stub-helper.c efi: efistub: Convert into static library 2014-07-18 21:22:19 +01:00
efistub.h efi: efistub: Convert into static library 2014-07-18 21:22:19 +01:00
fdt.c efi: efistub: Convert into static library 2014-07-18 21:22:19 +01:00
Makefile efi: efistub: Convert into static library 2014-07-18 21:22:19 +01:00