mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-15 21:59:38 +02:00

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>
9 lines
148 B
C
9 lines
148 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
#include <linux/efi.h>
|
|
#include <asm/efi.h>
|
|
|
|
#include "efistub.h"
|
|
|
|
const efi_system_table_t *efi_system_table;
|