2013-06-15 02:21:17 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2017-03-04 05:10:17 -05:00
|
|
|
.PATH: ${SRCTOP}/sys/dev/hyperv/storvsc \
|
|
|
|
|
${SRCTOP}/sys/dev/hyperv/vmbus \
|
2013-06-15 02:21:17 -04:00
|
|
|
|
2013-09-28 03:04:03 -04:00
|
|
|
KMOD= hv_storvsc
|
2013-06-15 02:21:17 -04:00
|
|
|
SRCS = hv_storvsc_drv_freebsd.c \
|
|
|
|
|
hv_vstorage.h
|
2016-07-12 03:33:39 -04:00
|
|
|
SRCS+= bus_if.h device_if.h opt_cam.h vmbus_if.h
|
2013-06-15 02:21:17 -04:00
|
|
|
|
2017-03-04 05:10:17 -05:00
|
|
|
CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/include \
|
|
|
|
|
-I${SRCTOP}/sys/dev/hyperv/vmbus \
|
|
|
|
|
-I${SRCTOP}/sys/dev/hyperv/storvsc
|
2013-06-15 02:21:17 -04:00
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|