104851772SMatt Fleming# 204851772SMatt Fleming# Makefile for linux kernel 304851772SMatt Fleming# 439d114ddSAndrey Ryabinin 539d114ddSAndrey Ryabinin# 639d114ddSAndrey Ryabinin# ARM64 maps efi runtime services in userspace addresses 739d114ddSAndrey Ryabinin# which don't have KASAN shadow. So dereference of these addresses 839d114ddSAndrey Ryabinin# in efi_call_virt() will cause crash if this code instrumented. 939d114ddSAndrey Ryabinin# 1039d114ddSAndrey RyabininKASAN_SANITIZE_runtime-wrappers.o := n 1139d114ddSAndrey Ryabinin 123846c158SPeter Jonesobj-$(CONFIG_EFI) += efi.o vars.o reboot.o 13a9499fa7STom Gundersenobj-$(CONFIG_EFI_VARS) += efivars.o 143846c158SPeter Jonesobj-$(CONFIG_EFI_ESRT) += esrt.o 1504851772SMatt Flemingobj-$(CONFIG_EFI_VARS_PSTORE) += efi-pstore.o 167ea6c6c1SLuck, Tonyobj-$(CONFIG_UEFI_CPER) += cper.o 17926172d4SDave Youngobj-$(CONFIG_EFI_RUNTIME_MAP) += runtime-map.o 18022ee6c5SArd Biesheuvelobj-$(CONFIG_EFI_RUNTIME_WRAPPERS) += runtime-wrappers.o 19243b6754SArd Biesheuvelobj-$(CONFIG_EFI_STUB) += libstub/ 200f96a99dSTaku Izumiobj-$(CONFIG_EFI_FAKE_MEMMAP) += fake_mem.o 21e5bc22a4SArd Biesheuvel 22e5bc22a4SArd Biesheuvelarm-obj-$(CONFIG_EFI) := arm-init.o arm-runtime.o 23da58fb65SArd Biesheuvelobj-$(CONFIG_ARM) += $(arm-obj-y) 24e5bc22a4SArd Biesheuvelobj-$(CONFIG_ARM64) += $(arm-obj-y) 25