12 lines
193 B
Makefile
12 lines
193 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../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
|
|
|
|
.include <bsd.kmod.mk>
|