2014-05-18 21:21:02 -04:00
|
|
|
#$FreeBSD$
|
|
|
|
|
|
2014-08-22 14:59:19 -04:00
|
|
|
.PATH: ${.CURDIR}/../../dev/ixl
|
2014-05-18 21:21:02 -04:00
|
|
|
|
2014-08-22 14:59:19 -04:00
|
|
|
KMOD = if_ixl
|
2014-05-18 21:21:02 -04:00
|
|
|
SRCS = device_if.h bus_if.h pci_if.h opt_bdg.h
|
2014-08-22 14:59:19 -04:00
|
|
|
SRCS += opt_inet.h opt_inet6.h
|
|
|
|
|
SRCS += if_ixl.c ixl_txrx.c i40e_osdep.c
|
2014-05-18 21:21:02 -04:00
|
|
|
|
|
|
|
|
# Shared source
|
|
|
|
|
SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c
|
|
|
|
|
|
2014-07-28 17:57:09 -04:00
|
|
|
CFLAGS += -DSMP
|
2014-05-18 21:21:02 -04:00
|
|
|
|
|
|
|
|
# Add Flow Director support
|
2014-08-22 14:59:19 -04:00
|
|
|
# CFLAGS += -DIXL_FDIR
|
2014-05-18 21:21:02 -04:00
|
|
|
# Debug messages / sysctls
|
2014-08-22 14:59:19 -04:00
|
|
|
# CFLAGS += -DIXLE_DEBUG
|
2014-05-18 21:21:02 -04:00
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|