]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/tools/dmardump/Makefile
MFC 303887: Add a dmardump utility to dump the VT-d context tables.
[FreeBSD/stable/10.git] / tools / tools / dmardump / Makefile
1 # $FreeBSD$
2
3 PROG=   dmardump
4 SRCS=   dmardump.c
5 MAN=
6
7 # Pull in bits from acpidump
8 ACPIDUMP=${.CURDIR}/../../../usr.sbin/acpi/acpidump
9 .PATH:  ${ACPIDUMP}
10 SRCS+=  acpi_user.c acpi.c
11 CFLAGS+= -I${ACPIDUMP}
12
13 CFLAGS+= -I${.CURDIR}/../../../sys
14
15 .include <bsd.prog.mk>