]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/tpm/Makefile
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / sys / modules / tpm / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/dev/tpm
4
5 KMOD=   tpm
6
7 SRCS=   tpm.c bus_if.h device_if.h
8 #Bus specific stuff.
9 SRCS+=  tpm_isa.c tpm_acpi.c isa_if.h opt_acpi.h acpi_if.h
10 #TPM 2.0
11 SRCS+=  tpm20.c tpm_crb.c tpm_tis.c opt_tpm.h
12
13 .include <bsd.kmod.mk>