Deleted Added
full compact
Makefile (302408) Makefile (303679)
1#$FreeBSD: stable/11/sys/modules/ixl/Makefile 284049 2015-06-05 22:52:42Z jfv $
1#$FreeBSD: stable/11/sys/modules/ixl/Makefile 303679 2016-08-02 20:56:00Z bdrewery $
2
3.PATH: ${.CURDIR}/../../dev/ixl
4
5KMOD = if_ixl
2
3.PATH: ${.CURDIR}/../../dev/ixl
4
5KMOD = if_ixl
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_ixl.c ixl_txrx.c i40e_osdep.c
9
10# Shared source
11SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c
12
13CFLAGS += -DSMP -DIXL_DEBUG_SYSCTL
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_ixl.c ixl_txrx.c i40e_osdep.c
9
10# Shared source
11SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c
12
13CFLAGS += -DSMP -DIXL_DEBUG_SYSCTL
14
15# Add Flow Director support
16# CFLAGS += -DIXL_FDIR
17# Debug messages / sysctls
18# CFLAGS += -DIXLE_DEBUG
19
20.include <bsd.kmod.mk>