Deleted Added
full compact
Makefile (303679) Makefile (303967)
1#$FreeBSD: stable/11/sys/modules/ixlv/Makefile 303679 2016-08-02 20:56:00Z bdrewery $
1#$FreeBSD: stable/11/sys/modules/ixlv/Makefile 303967 2016-08-11 19:13:30Z sbruno $
2
3.PATH: ${.CURDIR}/../../dev/ixl
4
5KMOD = if_ixlv
6SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h
7SRCS += opt_inet.h opt_inet6.h opt_rss.h
8SRCS += if_ixlv.c ixlvc.c ixl_txrx.c i40e_osdep.c
9
10# Shared source
11SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c
12
2
3.PATH: ${.CURDIR}/../../dev/ixl
4
5KMOD = if_ixlv
6SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h
7SRCS += opt_inet.h opt_inet6.h opt_rss.h
8SRCS += if_ixlv.c ixlvc.c ixl_txrx.c i40e_osdep.c
9
10# Shared source
11SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c
12
13CFLAGS += -DSMP
14
15# Add Flow Director support
16# CFLAGS += -DIXL_FDIR
17# Debug messages / sysctls
13# Debug messages / sysctls
18# CFLAGS += -DIXLE_DEBUG
14# CFLAGS += -DIXL_DEBUG
19
20.include <bsd.kmod.mk>
15
16.include <bsd.kmod.mk>