summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2010-08-13 04:00:35 +0000
committertakawata <takawata@FreeBSD.org>2010-08-13 04:00:35 +0000
commitba9da1bf9d6992f705ed30bd078706f73fedb5e5 (patch)
tree55eb3be1fad995e74711e1c6c6fff41597b645a5 /sys/modules
parent4ae3c9872e78d755d83e68862b95418462bacb8e (diff)
downloadFreeBSD-src-ba9da1bf9d6992f705ed30bd078706f73fedb5e5.zip
FreeBSD-src-ba9da1bf9d6992f705ed30bd078706f73fedb5e5.tar.gz
Hook tpm.4 manual to build.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/tpm/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/modules/tpm/Makefile b/sys/modules/tpm/Makefile
index 652e9c8..fdfc016 100644
--- a/sys/modules/tpm/Makefile
+++ b/sys/modules/tpm/Makefile
@@ -3,7 +3,9 @@
.PATH: ${.CURDIR}/../../dev/tpm
KMOD= tpm
-SRCS= tpm.c tpm_isa.c tpm_acpi.c isa_if.h opt_acpi.h acpi_if.h \
- bus_if.h device_if.h
+
+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
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud