Deleted Added
full compact
Makefile (302408) Makefile (303679)
1#$FreeBSD: stable/11/sys/modules/ixlv/Makefile 294444 2016-01-20 16:45:39Z bdrewery $
1#$FreeBSD: stable/11/sys/modules/ixlv/Makefile 303679 2016-08-02 20:56:00Z bdrewery $
2
3.PATH: ${.CURDIR}/../../dev/ixl
4
5KMOD = if_ixlv
2
3.PATH: ${.CURDIR}/../../dev/ixl
4
5KMOD = if_ixlv
6SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h opt_bdg.h
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
18# CFLAGS += -DIXLE_DEBUG
19
20.include <bsd.kmod.mk>
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
18# CFLAGS += -DIXLE_DEBUG
19
20.include <bsd.kmod.mk>