Fixes: 48e230c31 (key_protector: Add TPM2 Key Protector)
Fixes: 99cda6788 (asn1_test: Test module for libtasn1)
Signed-off-by: Mike Gilbert <flop...@gentoo.org>
---
 Makefile.util.def           | 2 ++
 grub-core/Makefile.core.def | 6 ++++++
 2 files changed, 8 insertions(+)

diff --git a/Makefile.util.def b/Makefile.util.def
index 038253b37..cce55e1ac 100644
--- a/Makefile.util.def
+++ b/Makefile.util.def
@@ -218,6 +218,8 @@ program = {
   common = grub-core/lib/tss2/tss2_mu.c;
   common = grub-core/lib/tss2/tpm2_cmd.c;
   common = grub-core/commands/tpm2_key_protector/args.c;
+  common = grub-core/commands/tpm2_key_protector/tpm2_args.h;
+  common = grub-core/commands/tpm2_key_protector/tpm2.h;
   common = grub-core/commands/tpm2_key_protector/tpm2key_asn1_tab.c;
   common = util/grub-protect.c;
   common = util/probe.c;
diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def
index f70e02e69..a79743c9f 100644
--- a/grub-core/Makefile.core.def
+++ b/grub-core/Makefile.core.def
@@ -2586,7 +2586,10 @@ module = {
   name = tpm2_key_protector;
   common = commands/tpm2_key_protector/args.c;
   common = commands/tpm2_key_protector/module.c;
+  common = commands/tpm2_key_protector/tpm2_args.h;
+  common = commands/tpm2_key_protector/tpm2.h;
   common = commands/tpm2_key_protector/tpm2key.c;
+  common = commands/tpm2_key_protector/tpm2key.h;
   common = commands/tpm2_key_protector/tpm2key_asn1_tab.c;
   /* The plaform support of tpm2_key_protector depends on the tcg2 
implementation in tss2. */
   enable = efi;
@@ -2658,6 +2661,8 @@ module = {
 module = {
   name = asn1_test;
   common = tests/asn1/tests/CVE-2018-1000654.c;
+  common = tests/asn1/tests/CVE-2018-1000654-1_asn1_tab.h;
+  common = tests/asn1/tests/CVE-2018-1000654-2_asn1_tab.h;
   common = tests/asn1/tests/object-id-decoding.c;
   common = tests/asn1/tests/object-id-encoding.c;
   common = tests/asn1/tests/octet-string.c;
@@ -2666,6 +2671,7 @@ module = {
   common = tests/asn1/tests/Test_simple.c;
   common = tests/asn1/tests/Test_strings.c;
   common = tests/asn1/asn1_test.c;
+  common = tests/asn1/asn1_test.h;
   cflags = '-Wno-uninitialized';
   cppflags = '-I$(srcdir)/lib/libtasn1-grub -I$(srcdir)/tests/asn1/';
 };
-- 
2.49.0


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to