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

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

KMOD=	 hv_storvsc

SRCS =	hv_storvsc_drv_freebsd.c \
	hv_vstorage.h

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

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