summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub/systable.c
AgeCommit message (Collapse)Author
2022-09-19efi/libstub: move efi_system_table global var into separate objectArd Biesheuvel
To avoid pulling in the wrong object when using the libstub static library to build the decompressor, define efi_system_table in a separate compilation unit. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>