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 <mindal@semihalf.com>
Reported by: kib
Obtained from: Semihalf
Sponsored by: Stormshield
This commit is contained in:
Marcin Wojtas 2018-12-19 22:43:10 +00:00
parent 6dcf45feda
commit 11721f6600
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342251

View file

@ -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 <bsd.kmod.mk>