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