Merge tag 'hwspinlock-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad...
[deliverable/linux.git] / drivers / firmware / efi / Makefile
1 #
2 # Makefile for linux kernel
3 #
4 obj-$(CONFIG_EFI) += efi.o vars.o reboot.o
5 obj-$(CONFIG_EFI_VARS) += efivars.o
6 obj-$(CONFIG_EFI_ESRT) += esrt.o
7 obj-$(CONFIG_EFI_VARS_PSTORE) += efi-pstore.o
8 obj-$(CONFIG_UEFI_CPER) += cper.o
9 obj-$(CONFIG_EFI_RUNTIME_MAP) += runtime-map.o
10 obj-$(CONFIG_EFI_RUNTIME_WRAPPERS) += runtime-wrappers.o
11 obj-$(CONFIG_EFI_STUB) += libstub/
This page took 0.03272 seconds and 6 git commands to generate.