aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2024-05-17 16:54:44 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2024-05-17 16:57:38 +0000
commit62adeb92dfe946524bdaf7139b161d3d5a09ba2e (patch)
tree596eab94f5de30ef69ee11c76391f16404d7cd18 /sys/modules
parent2228d7c5998bc09c5aaf181312dc870d15ad4b18 (diff)
downloadsrc-62adeb92dfe946524bdaf7139b161d3d5a09ba2e.tar.gz
src-62adeb92dfe946524bdaf7139b161d3d5a09ba2e.zip
tpm: Add new tpm_bus.c to module Makefile
Reported by: eduardo@ Fixes: c2e9c5bbf0 ("tpm: Refactor TIS and add a SPI attachment")
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/tpm/Makefile1
1 files changed, 1 insertions, 0 deletions
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>