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

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

KMOD=	 hv_utils

SRCS =  hv_kvp.c \
	hv_util.c

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

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