[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] shim_lock: Enable module for all EFI platforms
From: |
Tianjia Zhang |
Subject: |
[PATCH] shim_lock: Enable module for all EFI platforms |
Date: |
Wed, 29 Jul 2020 15:11:09 +0800 |
Like tpm, the module is only enabled for x86_64, but there's nothing
specific to x86_64 in the implementation and can be enabled for all
EFI platforms.
Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
---
grub-core/Makefile.core.def | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 = {
--
2.17.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] shim_lock: Enable module for all EFI platforms,
Tianjia Zhang <=