]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/hyperv/netvsc/Makefile
MFC 308011,308012
[FreeBSD/stable/10.git] / sys / modules / hyperv / netvsc / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../dev/hyperv/netvsc \
4         ${.CURDIR}/../../../dev/hyperv/vmbus
5
6 KMOD=   hv_netvsc
7 SRCS=   hn_nvs.c \
8         hv_netvsc_drv_freebsd.c \
9         hv_rndis_filter.c
10 SRCS+=  bus_if.h device_if.h opt_inet.h opt_inet6.h vmbus_if.h
11
12 CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/netvsc
13
14 .include <bsd.kmod.mk>