aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/tpm/Makefile
blob: 79c737b653e043cd6bc23e1391d6aca109cd11f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

.PATH:	${SRCTOP}/sys/dev/tpm

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 opt_tpm.h

.include <bsd.kmod.mk>