Files
u-boot/arch/x86/cpu/x86_64/Makefile
Simon Glass ca1f2dbd8e efi: Rename CONFIG_EFI to CONFIG_EFI_CLIENT
The generic name 'EFI' would be more useful for common EFI features. At
present it just refers to the EFI app and stub, which is confusing.

Rename it to EFI_CLIENT

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-05-28 08:02:11 +01:00

11 lines
167 B
Makefile

#
# (C) Copyright 2016 Google, Inc
# Written by Simon Glass <sjg@chromium.org>
#
obj-y += cpu.o interrupts.o setjmp.o
ifndef CONFIG_EFI_CLIENT
obj-y += misc.o
endif