xref: /linux/drivers/firmware/efi/Makefile (revision 1b7871550330c8777c45e07b84781529f27e2b3c)
1#
2# Makefile for linux kernel
3#
4obj-y					+= efi.o vars.o
5obj-$(CONFIG_EFI_VARS)			+= efivars.o
6obj-$(CONFIG_EFI_VARS_PSTORE)		+= efi-pstore.o
7