From: Stefan Berger Date: Tue, 26 Nov 2024 20:39:46 +0000 (-0500) Subject: tpm2_key_protector: Enable build for powerpc_ieee1275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6811f6f09d61996a3acbc4fc0414e45964f0e2d9;p=thirdparty%2Fgrub.git tpm2_key_protector: Enable build for powerpc_ieee1275 Signed-off-by: Stefan Berger Reviewed-by: Daniel Kiper --- diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index 8ecedf986..f70e02e69 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -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'; };