]> git.ipfire.org Git - thirdparty/linux.git/blame - drivers/firmware/efi/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / drivers / firmware / efi / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
04851772
MF
2#
3# Makefile for linux kernel
4#
39d114dd
AR
5
6#
7# ARM64 maps efi runtime services in userspace addresses
8# which don't have KASAN shadow. So dereference of these addresses
9# in efi_call_virt() will cause crash if this code instrumented.
10#
11KASAN_SANITIZE_runtime-wrappers.o := n
12
75def552 13obj-$(CONFIG_ACPI_BGRT) += efi-bgrt.o
10f0d2f5 14obj-$(CONFIG_EFI) += efi.o vars.o reboot.o memattr.o
60863c0d 15obj-$(CONFIG_EFI) += capsule.o memmap.o
a9499fa7 16obj-$(CONFIG_EFI_VARS) += efivars.o
3846c158 17obj-$(CONFIG_EFI_ESRT) += esrt.o
04851772 18obj-$(CONFIG_EFI_VARS_PSTORE) += efi-pstore.o
7ea6c6c1 19obj-$(CONFIG_UEFI_CPER) += cper.o
926172d4 20obj-$(CONFIG_EFI_RUNTIME_MAP) += runtime-map.o
022ee6c5 21obj-$(CONFIG_EFI_RUNTIME_WRAPPERS) += runtime-wrappers.o
243b6754 22obj-$(CONFIG_EFI_STUB) += libstub/
0f96a99d 23obj-$(CONFIG_EFI_FAKE_MEMMAP) += fake_mem.o
06f7d4a1 24obj-$(CONFIG_EFI_BOOTLOADER_CONTROL) += efibc.o
ff6301da 25obj-$(CONFIG_EFI_TEST) += test/
46cd4b75 26obj-$(CONFIG_EFI_DEV_PATH_PARSER) += dev-path-parser.o
58c5475a 27obj-$(CONFIG_APPLE_PROPERTIES) += apple-properties.o
e5bc22a4
AB
28
29arm-obj-$(CONFIG_EFI) := arm-init.o arm-runtime.o
da58fb65 30obj-$(CONFIG_ARM) += $(arm-obj-y)
e5bc22a4 31obj-$(CONFIG_ARM64) += $(arm-obj-y)
65117f1a 32obj-$(CONFIG_EFI_CAPSULE_LOADER) += capsule-loader.o