aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-06-25 04:59:10 +0000
committerWarner Losh <imp@FreeBSD.org>2024-06-25 05:34:59 +0000
commit6a467c783d669854fdfd3fb817f8c9824c4f6fe6 (patch)
treec0a0440ec9cc08e4268d39734b523627b888450e /sys
parente6b88237c6c33fe2f66cad9836858b877900871a (diff)
Diffstat (limited to 'sys')
-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 c859e010b2d9..372c2dcad86b 100644
--- a/sys/modules/tpm/Makefile
+++ b/sys/modules/tpm/Makefile
@@ -23,6 +23,7 @@ SRCS+= acpi_if.h
SRCS+= tpm_tis_acpi.c
SRCS+= tpm_crb.c
SRCS+= tpm_bus.c
+CFLAGS+=-DDEV_ACPI
.endif
.include <bsd.kmod.mk>