]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/hyperv/utilities/Makefile
MFC 308664,308742,308743
[FreeBSD/stable/10.git] / sys / modules / hyperv / utilities / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../dev/hyperv/utilities
4
5 KMOD=   hv_utils
6 SRCS=   hv_util.c hv_kvp.c hv_snapshot.c hv_timesync.c hv_shutdown.c hv_heartbeat.c hv_snapshot.c
7 SRCS+=  bus_if.h device_if.h vmbus_if.h
8
9 CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
10          -I${.CURDIR}/../../../dev/hyperv/vmbus
11
12 .include <bsd.kmod.mk>