mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
11 lines
193 B
Makefile
11 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>
|