]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/hyperv/storvsc/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>