diff options
author | jfv <jfv@FreeBSD.org> | 2014-07-28 21:57:09 +0000 |
---|---|---|
committer | jfv <jfv@FreeBSD.org> | 2014-07-28 21:57:09 +0000 |
commit | b74c255b0f293f575a066b45e06026935e05ff44 (patch) | |
tree | 8fda4902a650d90cf8eca18fb5fdc65b93a92f29 /sys/modules/i40e/Makefile | |
parent | a5bf68dcd6e5607ff478ce34f084db6128c26b18 (diff) | |
download | FreeBSD-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-x | sys/modules/i40e/Makefile | 4 |
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 |