Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-19 | efi/libstub: move efi_system_table global var into separate object | Ard 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> |