]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/modules/hyperv/storvsc/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / modules / hyperv / storvsc / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../dev/hyperv/storvsc
4
5 KMOD=   hv_storvsc
6 SRCS =  hv_storvsc_drv_freebsd.c \
7         hv_vstorage.h
8 SRCS+=  bus_if.h device_if.h opt_cam.h
9
10 CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
11          -I${.CURDIR}/../../../dev/hyperv/vmbus \
12          -I${.CURDIR}/../../../dev/hyperv/storvsc
13
14 .include <bsd.kmod.mk>