diff options
Diffstat (limited to 'arch/x86/lib/efi/Makefile')
-rw-r--r-- | arch/x86/lib/efi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/lib/efi/Makefile b/arch/x86/lib/efi/Makefile index bb7b95beee..af4503e1c2 100644 --- a/arch/x86/lib/efi/Makefile +++ b/arch/x86/lib/efi/Makefile @@ -5,6 +5,9 @@ # SPDX-License-Identifier: GPL-2.0+ # +obj-$(CONFIG_EFI_STUB) += car.o +obj-$(CONFIG_EFI_STUB) += efi.o + obj-$(CONFIG_EFI_APP) += crt0-efi-ia32.o reloc_ia32.o ifneq ($(CONFIG_EFI_STUB),) |