net/mlx5: fix DevX Rx queue memory alignment
[dpdk.git] / drivers / net / sfc / meson.build
index 3aa14c7..4fb0d0a 100644 (file)
@@ -6,8 +6,9 @@
 # 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 not dpdk_conf.get('RTE_ARCH_64')
        build = false
+       reason = 'only supported on x86_64'
 endif
 
 allow_experimental_apis = true