xref: /freebsd/sys/modules/hyperv/storvsc/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.PATH:  ${SRCTOP}/sys/dev/hyperv/storvsc \
2	${SRCTOP}/sys/dev/hyperv/vmbus \
3
4KMOD=	hv_storvsc
5SRCS =	hv_storvsc_drv_freebsd.c \
6	hv_vstorage.h
7SRCS+=	bus_if.h device_if.h opt_cam.h vmbus_if.h
8
9CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/include \
10	 -I${SRCTOP}/sys/dev/hyperv/vmbus	\
11	 -I${SRCTOP}/sys/dev/hyperv/storvsc
12
13.include <bsd.kmod.mk>
14