Makefile revision 292796
1# $FreeBSD: stable/10/sys/modules/hyperv/netvsc/Makefile 292796 2015-12-27 21:02:56Z ngie $
2
3.PATH:  ${.CURDIR}/../../../dev/hyperv/netvsc
4
5KMOD=	hv_netvsc
6SRCS=	hv_net_vsc.c \
7	hv_netvsc_drv_freebsd.c \
8	hv_rndis_filter.c
9SRCS+=	bus_if.h device_if.h opt_inet.h opt_inet6.h
10
11CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/netvsc
12
13.include <bsd.kmod.mk>
14