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 <tianjia.zhang@linux.alibaba.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
Tianjia Zhang 2020-07-29 15:11:09 +08:00 committed by Daniel Kiper
parent 1e81bf6d2d
commit de094060ac
1 changed files with 1 additions and 1 deletions

View File

@ -950,7 +950,7 @@ module = {
module = {
name = shim_lock;
common = commands/efi/shim_lock.c;
enable = x86_64_efi;
enable = efi;
};
module = {