summaryrefslogtreecommitdiffstats
path: root/sys/modules/i40e/Makefile
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2014-07-28 21:57:09 +0000
committerjfv <jfv@FreeBSD.org>2014-07-28 21:57:09 +0000
commitb74c255b0f293f575a066b45e06026935e05ff44 (patch)
tree8fda4902a650d90cf8eca18fb5fdc65b93a92f29 /sys/modules/i40e/Makefile
parenta5bf68dcd6e5607ff478ce34f084db6128c26b18 (diff)
downloadFreeBSD-src-b74c255b0f293f575a066b45e06026935e05ff44.zip
FreeBSD-src-b74c255b0f293f575a066b45e06026935e05ff44.tar.gz
Update the new 40G XL710 driver to Release version 1.0.0
Diffstat (limited to 'sys/modules/i40e/Makefile')
-rwxr-xr-xsys/modules/i40e/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/modules/i40e/Makefile b/sys/modules/i40e/Makefile
index 7d06a68..0cd6cf4 100755
--- a/sys/modules/i40e/Makefile
+++ b/sys/modules/i40e/Makefile
@@ -11,12 +11,10 @@ SRCS += if_i40e.c i40e_txrx.c i40e_osdep.c
# Shared source
SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c
-CFLAGS += -DSMP -DFORTVILLE_HW
+CFLAGS += -DSMP
# Add Flow Director support
# CFLAGS += -DI40E_FDIR
-# A0 hardware support
-# CFLAGS += -DFORTVILLE_A0_SUPPORT
# Debug messages / sysctls
# CFLAGS += -DI40E_DEBUG
OpenPOWER on IntegriCloud