]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/sfc/meson.build
net/mlx5: fix typos and code style
[dpdk.git] / drivers / net / sfc / meson.build
index b60a8f58d2ba89ad18bb0776715cf60f6a3c9af1..2d34e869d86ea308ae49a5700d797e3d1bc5ed0b 100644 (file)
@@ -6,7 +6,7 @@
 # This software was jointly developed between OKTET Labs (under contract
 # for Solarflare) and Solarflare Communications, Inc.
 
 # This software was jointly developed between OKTET Labs (under contract
 # for Solarflare) and Solarflare Communications, Inc.
 
-if arch_subdir != 'x86'
+if arch_subdir != 'x86' or cc.sizeof('void *') == 4
        build = false
 endif
 
        build = false
 endif
 
@@ -30,10 +30,6 @@ extra_flags += [
        '-Wbad-function-cast'
 ]
 
        '-Wbad-function-cast'
 ]
 
-# Suppress ICC false positive warning on 'bulk' may be used before its
-# value is set
-extra_flags += '-wd3656'
-
 foreach flag: extra_flags
        if cc.has_argument(flag)
                cflags += flag
 foreach flag: extra_flags
        if cc.has_argument(flag)
                cflags += flag
@@ -58,6 +54,7 @@ sources = files(
        'sfc_flow.c',
        'sfc_dp.c',
        'sfc_ef10_rx.c',
        'sfc_flow.c',
        'sfc_dp.c',
        'sfc_ef10_rx.c',
+       'sfc_ef10_essb_rx.c',
        'sfc_ef10_tx.c'
 )
 
        'sfc_ef10_tx.c'
 )