summaryrefslogtreecommitdiffstats
path: root/sys/modules/hyperv/netvsc/Makefile
blob: 900c1a0b1be79e37f8e02d649d2139de0fd8bdec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

.PATH:  ${.CURDIR}/../../../contrib/dev/hyperv/netvsc

KMOD    = hv_netvsc

SRCS    = hv_net_vsc.c \
	  hv_netvsc_drv_freebsd.c \
	  hv_rndis_filter.c

CFLAGS 	+= -I${.CURDIR}/../../../contrib/dev/hyperv/include \
	   -I${.CURDIR}/../../../contrib/dev/hyperv/netvsc \
	   -I${.CURDIR}/../../../contrib

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud