]> 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 0de2e17fe740256d6ac4d7e89586b7f001f73e95..2d34e869d86ea308ae49a5700d797e3d1bc5ed0b 100644 (file)
@@ -6,7 +6,7 @@
 # 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
 
@@ -54,6 +54,7 @@ sources = files(
        'sfc_flow.c',
        'sfc_dp.c',
        'sfc_ef10_rx.c',
+       'sfc_ef10_essb_rx.c',
        'sfc_ef10_tx.c'
 )