]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
tpm2_key_protector: Enable build for powerpc_ieee1275
authorStefan Berger <stefanb@linux.ibm.com>
Tue, 26 Nov 2024 20:39:46 +0000 (15:39 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 28 Nov 2024 22:02:24 +0000 (23:02 +0100)
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/Makefile.core.def

index 8ecedf986922ec7b68e72619ed02b936a09be459..f70e02e69654cdff64fc0313f956fcd689bbf865 100644 (file)
@@ -2591,6 +2591,7 @@ module = {
   /* The plaform support of tpm2_key_protector depends on the tcg2 implementation in tss2. */
   enable = efi;
   enable = emu;
+  enable = powerpc_ieee1275;
   cppflags = '-I$(srcdir)/lib/tss2 -I$(srcdir)/lib/libtasn1-grub';
 };