2d0d168606
Approved by: re (marius) Reviewed by: grehan
15 lines
328 B
Makefile
15 lines
328 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/hyperv/storvsc
|
|
|
|
KMOD= hv_storvsc
|
|
SRCS = hv_storvsc_drv_freebsd.c \
|
|
hv_vstorage.h
|
|
SRCS+= bus_if.h device_if.h opt_cam.h
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
|
|
-I${.CURDIR}/../../../dev/hyperv/vmbus \
|
|
-I${.CURDIR}/../../../dev/hyperv/storvsc
|
|
|
|
.include <bsd.kmod.mk>
|