Merge branch 'vendor/GDB'
[dragonfly.git] / sys / dev / crypto / tpm / Makefile
1 # $FreeBSD: src/sys/modules/tpm/Makefile,v 1.2 2010/08/13 04:00:35 takawata Exp $
2
3 KMOD=   tpm
4
5 SRCS=   tpm.c bus_if.h device_if.h
6 SRCS+=  tpm_isa.c tpm_acpi.c isa_if.h opt_acpi.h acpi_if.h
7
8 KCFLAGS+=-I${.CURDIR}/../../acpica
9 KCFLAGS+=-I${.CURDIR}/../../../contrib/dev/acpica/source/include
10
11 .include <bsd.kmod.mk>