From 4f82217f34a51e12c8a76f32394aeb0c411cd0cd Mon Sep 17 00:00:00 2001 From: mw Date: Wed, 19 Dec 2018 22:43:10 +0000 Subject: [PATCH] Include the new TPM 2.0 driver in the TPM module. Update the appropriate Makefile to build the new driver together with the old one. Submitted by: Kornel Duleba Reported by: kib Obtained from: Semihalf Sponsored by: Stormshield --- sys/modules/tpm/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/modules/tpm/Makefile b/sys/modules/tpm/Makefile index 2f5adfbb2a0c..309ef9a282ad 100644 --- a/sys/modules/tpm/Makefile +++ b/sys/modules/tpm/Makefile @@ -7,5 +7,7 @@ KMOD= tpm SRCS= tpm.c bus_if.h device_if.h #Bus specific stuff. SRCS+= tpm_isa.c tpm_acpi.c isa_if.h opt_acpi.h acpi_if.h +#TPM 2.0 +SRCS+= tpm20.c tpm_crb.c tpm_tis.c .include