summaryrefslogtreecommitdiffstats
path: root/sys/modules/hyperv/utilities/Makefile
blob: 388182cedd5b3f005e0524e5a1e5c89fbce0f2ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

.PATH:	${.CURDIR}/../../../contrib/dev/hyperv/utilities

KMOD=	 hv_utils

SRCS =  hv_util.c

CFLAGS+= -I${.CURDIR}/../../../contrib/dev/hyperv/include \
	 -I${.CURDIR}/../../../contrib/dev/hyperv/vmbus \
	 -I${.CURDIR}/../../../contrib

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud