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