]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/tpm/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / tpm / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../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
11 .include <bsd.kmod.mk>