1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../../contrib/dev/hyperv/storvsc 4 5KMOD= hv_storvsc 6 7SRCS = hv_storvsc_drv_freebsd.c \ 8 hv_vstorage.h 9 10CFLAGS+= -I${.CURDIR}/../../../contrib/dev/hyperv/include \ 11 -I${.CURDIR}/../../../contrib/dev/hyperv/vmbus \ 12 -I${.CURDIR}/../../../contrib/dev/hyperv/storvsc \ 13 -I${.CURDIR}/../../../contrib 14 15.include <bsd.kmod.mk> 16