2013-06-15 02:21:17 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2016-07-12 03:33:39 -04:00
|
|
|
.PATH: ${.CURDIR}/../../../dev/hyperv/storvsc \
|
|
|
|
|
${.CURDIR}/../../../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
|
|
|
|
2013-07-17 02:30:23 -04:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
|
|
|
|
|
-I${.CURDIR}/../../../dev/hyperv/vmbus \
|
|
|
|
|
-I${.CURDIR}/../../../dev/hyperv/storvsc
|
2013-06-15 02:21:17 -04:00
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|