]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/hyperv/utilities/Makefile
MFV r337190: 9486 reduce memory used by device removal on fragmented pools
[FreeBSD/FreeBSD.git] / sys / modules / hyperv / utilities / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/dev/hyperv/utilities
4
5 KMOD=   hv_utils
6 SRCS=   vmbus_ic.c
7 SRCS+=  hv_kvp.c
8 SRCS+=  hv_snapshot.c
9 SRCS+=  vmbus_heartbeat.c
10 SRCS+=  vmbus_shutdown.c
11 SRCS+=  vmbus_timesync.c
12 SRCS+=  bus_if.h device_if.h vmbus_if.h
13
14 CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/include \
15          -I${SRCTOP}/sys/dev/hyperv/vmbus
16
17 .include <bsd.kmod.mk>