]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/hyperv/netvsc/Makefile
MFC r368207,368607:
[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 hn_rndis.c if_hn.c
8 SRCS+=  bus_if.h device_if.h opt_inet.h opt_inet6.h vmbus_if.h opt_hn.h
9
10 CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/netvsc
11
12 .include <bsd.kmod.mk>