Deleted Added
full compact
Makefile (302408) Makefile (307302)
1# $FreeBSD: stable/11/sys/modules/hyperv/netvsc/Makefile 284969 2015-06-30 19:35:14Z lwhsu $
1# $FreeBSD: stable/11/sys/modules/hyperv/netvsc/Makefile 307302 2016-10-14 08:02:37Z sephe $
2
2
3.PATH: ${.CURDIR}/../../../dev/hyperv/netvsc
3.PATH: ${.CURDIR}/../../../dev/hyperv/netvsc \
4 ${.CURDIR}/../../../dev/hyperv/vmbus
4
5KMOD= hv_netvsc
6SRCS= hv_net_vsc.c \
7 hv_netvsc_drv_freebsd.c \
8 hv_rndis_filter.c
5
6KMOD= hv_netvsc
7SRCS= hv_net_vsc.c \
8 hv_netvsc_drv_freebsd.c \
9 hv_rndis_filter.c
9SRCS+= bus_if.h device_if.h opt_inet.h opt_inet6.h
10SRCS+= bus_if.h device_if.h opt_inet.h opt_inet6.h vmbus_if.h
10
11CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/netvsc
12
13.include <bsd.kmod.mk>
11
12CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/netvsc
13
14.include <bsd.kmod.mk>