17d99ab9fSPeter Grehan
2*193d9e76SEnji Cooper.PATH:  ${SRCTOP}/sys/dev/hyperv/storvsc \
3*193d9e76SEnji Cooper	${SRCTOP}/sys/dev/hyperv/vmbus \
47d99ab9fSPeter Grehan
57d99ab9fSPeter GrehanKMOD=	hv_storvsc
67d99ab9fSPeter GrehanSRCS =	hv_storvsc_drv_freebsd.c \
77d99ab9fSPeter Grehan	hv_vstorage.h
838d19df6SSepherosa ZiehauSRCS+=	bus_if.h device_if.h opt_cam.h vmbus_if.h
97d99ab9fSPeter Grehan
10*193d9e76SEnji CooperCFLAGS+= -I${SRCTOP}/sys/dev/hyperv/include \
11*193d9e76SEnji Cooper	 -I${SRCTOP}/sys/dev/hyperv/vmbus	\
12*193d9e76SEnji Cooper	 -I${SRCTOP}/sys/dev/hyperv/storvsc
137d99ab9fSPeter Grehan
147d99ab9fSPeter Grehan.include <bsd.kmod.mk>
15