Makefile revision 308511
1# $FreeBSD: stable/10/sys/modules/hyperv/netvsc/Makefile 308511 2016-11-11 07:25:14Z sephe $
2
3.PATH:  ${.CURDIR}/../../../dev/hyperv/netvsc \
4	${.CURDIR}/../../../dev/hyperv/vmbus
5
6KMOD=	hv_netvsc
7SRCS=	hn_nvs.c hn_rndis.c if_hn.c
8SRCS+=	bus_if.h device_if.h opt_inet.h opt_inet6.h vmbus_if.h
9
10CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/netvsc
11
12.include <bsd.kmod.mk>
13