mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
14 lines
328 B
Makefile
14 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>
|