2010-08-12 00:16:18 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../dev/tpm
|
|
|
|
|
|
|
|
KMOD= tpm
|
2010-08-13 04:00:35 +00:00
|
|
|
|
|
|
|
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
|
2010-08-12 00:16:18 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|