xref: /openbmc/linux/drivers/firmware/efi/Makefile (revision 39d114dd)
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/
20