mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
13 lines
268 B
Makefile
13 lines
268 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/hyperv/netvsc
|
|
|
|
KMOD= hv_netvsc
|
|
SRCS= hv_net_vsc.c \
|
|
hv_netvsc_drv_freebsd.c \
|
|
hv_rndis_filter.c
|
|
SRCS+= bus_if.h device_if.h opt_inet.h opt_inet6.h
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/netvsc
|
|
|
|
.include <bsd.kmod.mk>
|