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 1275def552SBhupesh Sharmaobj-$(CONFIG_ACPI_BGRT) += efi-bgrt.o 1310f0d2f5SArd Biesheuvelobj-$(CONFIG_EFI) += efi.o vars.o reboot.o memattr.o 1460863c0dSMatt Flemingobj-$(CONFIG_EFI) += capsule.o memmap.o 15a9499fa7STom Gundersenobj-$(CONFIG_EFI_VARS) += efivars.o 163846c158SPeter Jonesobj-$(CONFIG_EFI_ESRT) += esrt.o 1704851772SMatt Flemingobj-$(CONFIG_EFI_VARS_PSTORE) += efi-pstore.o 187ea6c6c1SLuck, Tonyobj-$(CONFIG_UEFI_CPER) += cper.o 19926172d4SDave Youngobj-$(CONFIG_EFI_RUNTIME_MAP) += runtime-map.o 20022ee6c5SArd Biesheuvelobj-$(CONFIG_EFI_RUNTIME_WRAPPERS) += runtime-wrappers.o 21243b6754SArd Biesheuvelobj-$(CONFIG_EFI_STUB) += libstub/ 220f96a99dSTaku Izumiobj-$(CONFIG_EFI_FAKE_MEMMAP) += fake_mem.o 2306f7d4a1SCompostella, Jeremyobj-$(CONFIG_EFI_BOOTLOADER_CONTROL) += efibc.o 24ff6301daSIvan Huobj-$(CONFIG_EFI_TEST) += test/ 2546cd4b75SLukas Wunnerobj-$(CONFIG_EFI_DEV_PATH_PARSER) += dev-path-parser.o 2658c5475aSLukas Wunnerobj-$(CONFIG_APPLE_PROPERTIES) += apple-properties.o 27e5bc22a4SArd Biesheuvel 28e5bc22a4SArd Biesheuvelarm-obj-$(CONFIG_EFI) := arm-init.o arm-runtime.o 29da58fb65SArd Biesheuvelobj-$(CONFIG_ARM) += $(arm-obj-y) 30e5bc22a4SArd Biesheuvelobj-$(CONFIG_ARM64) += $(arm-obj-y) 3165117f1aSKweh, Hock Leongobj-$(CONFIG_EFI_CAPSULE_LOADER) += capsule-loader.o 32