test: add devargs test cases
[dpdk.git] / drivers / common / octeontx / meson.build
index 02b57b9..dc060df 100644 (file)
@@ -2,10 +2,10 @@
 # Copyright(c) 2018 Cavium, Inc
 #
 
-if is_windows
-       build = false
-       reason = 'not supported on Windows'
-       subdir_done()
+if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
+    build = false
+    reason = 'only supported on 64-bit Linux'
+    subdir_done()
 endif
 
 sources = files('octeontx_mbox.c')