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