From: Tianjia Zhang Date: Wed, 29 Jul 2020 07:11:09 +0000 (+0800) Subject: shim_lock: Enable module for all EFI architectures X-Git-Tag: grub-2.06-rc1~205 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=de094060acae32e33733f584140b0b4d7030da3d;p=thirdparty%2Fgrub.git shim_lock: Enable module for all EFI architectures Like the tpm the shim_lock module is only enabled for x86_64 target. However, there's nothing specific to x86_64 in the implementation and it can be enabled for all EFI architectures. Signed-off-by: Tianjia Zhang Reviewed-by: Daniel Kiper --- diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index 166b444c7..b5f47fc41 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -950,7 +950,7 @@ module = { module = { name = shim_lock; common = commands/efi/shim_lock.c; - enable = x86_64_efi; + enable = efi; }; module = {