2013-06-15 06:21:17 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2013-07-17 06:30:23 +00:00
|
|
|
.PATH: ${.CURDIR}/../../../dev/hyperv/storvsc
|
2013-06-15 06:21:17 +00:00
|
|
|
|
2013-09-28 07:04:03 +00:00
|
|
|
KMOD= hv_storvsc
|
2013-06-15 06:21:17 +00:00
|
|
|
SRCS = hv_storvsc_drv_freebsd.c \
|
|
|
|
hv_vstorage.h
|
2013-09-28 07:04:03 +00:00
|
|
|
SRCS+= bus_if.h device_if.h opt_cam.h
|
2013-06-15 06:21:17 +00:00
|
|
|
|
2013-07-17 06:30:23 +00:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
|
|
|
|
-I${.CURDIR}/../../../dev/hyperv/vmbus \
|
|
|
|
-I${.CURDIR}/../../../dev/hyperv/storvsc
|
2013-06-15 06:21:17 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|