2014-05-19 01:21:02 +00:00
|
|
|
#$FreeBSD$
|
|
|
|
|
2014-08-22 18:59:19 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/ixl
|
2014-05-19 01:21:02 +00:00
|
|
|
|
2014-08-22 18:59:19 +00:00
|
|
|
KMOD = if_ixl
|
2016-07-27 20:48:15 +00:00
|
|
|
SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h
|
2015-01-12 18:43:34 +00:00
|
|
|
SRCS += opt_inet.h opt_inet6.h opt_rss.h
|
2014-08-22 18:59:19 +00:00
|
|
|
SRCS += if_ixl.c ixl_txrx.c i40e_osdep.c
|
2014-05-19 01:21:02 +00:00
|
|
|
|
|
|
|
# Shared source
|
|
|
|
SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c
|
|
|
|
|
2015-06-05 22:52:42 +00:00
|
|
|
CFLAGS += -DSMP -DIXL_DEBUG_SYSCTL
|
2014-05-19 01:21:02 +00:00
|
|
|
|
|
|
|
# Add Flow Director support
|
2014-08-22 18:59:19 +00:00
|
|
|
# CFLAGS += -DIXL_FDIR
|
2014-05-19 01:21:02 +00:00
|
|
|
# Debug messages / sysctls
|
2014-08-22 18:59:19 +00:00
|
|
|
# CFLAGS += -DIXLE_DEBUG
|
2014-05-19 01:21:02 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|