diff options
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 |