git: 62adeb92dfe9 - main - tpm: Add new tpm_bus.c to module Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 May 2024 12:57:24 UTC
The branch main has been updated by jhibbits: URL: https://cgit.FreeBSD.org/src/commit/?id=62adeb92dfe946524bdaf7139b161d3d5a09ba2e commit 62adeb92dfe946524bdaf7139b161d3d5a09ba2e Author: Justin Hibbits <jhibbits@FreeBSD.org> AuthorDate: 2024-05-17 16:54:44 +0000 Commit: Justin Hibbits <jhibbits@FreeBSD.org> CommitDate: 2024-05-17 16:57:38 +0000 tpm: Add new tpm_bus.c to module Makefile Reported by: eduardo@ Fixes: c2e9c5bbf0 ("tpm: Refactor TIS and add a SPI attachment") --- sys/modules/tpm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/tpm/Makefile b/sys/modules/tpm/Makefile index 81f571b164ef..c859e010b2d9 100644 --- a/sys/modules/tpm/Makefile +++ b/sys/modules/tpm/Makefile @@ -22,6 +22,7 @@ SRCS+= tpm_spibus.c tpm_tis_spibus.c spibus_if.h SRCS+= acpi_if.h SRCS+= tpm_tis_acpi.c SRCS+= tpm_crb.c +SRCS+= tpm_bus.c .endif .include <bsd.kmod.mk>