From 52d3c80e6c97aa240fc47236b3e5af45db274f2b Mon Sep 17 00:00:00 2001 From: Jose Marinho Date: Wed, 21 Jul 2021 19:43:45 +0100 Subject: [PROTO] disable TZ variable for FWU proto --- lib/efi_loader/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/efi_loader/Makefile b/lib/efi_loader/Makefile index 8166caa10f..4a31824cc5 100644 --- a/lib/efi_loader/Makefile +++ b/lib/efi_loader/Makefile @@ -55,12 +55,13 @@ obj-$(CONFIG_EFI_UNICODE_COLLATION_PROTOCOL2) += efi_unicode_collation.o obj-y += efi_var_common.o obj-y += efi_var_mem.o obj-y += efi_var_file.o -ifeq ($(CONFIG_EFI_MM_COMM_TEE),y) -obj-y += efi_variable_tee.o -else +#ifeq ($(CONFIG_EFI_MM_COMM_TEE),y) +#obj-y += efi_variable_tee.o +#else obj-y += efi_variable.o obj-$(CONFIG_EFI_VARIABLES_PRESEED) += efi_var_seed.o -endif +#endif +obj-y += efi_capsule_update_tee.o obj-y += efi_watchdog.o obj-$(CONFIG_EFI_ESRT) += efi_esrt.o obj-$(CONFIG_LCD) += efi_gop.o -- cgit v1.2.3