common/mlx5: fix default devargs initialization
[dpdk.git] / drivers / crypto / octeontx / meson.build
index 244b162..387727c 100644 (file)
@@ -1,5 +1,18 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Cavium, Inc
+#
+
+if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
+    build = false
+    reason = 'only supported on 64-bit Linux'
+    subdir_done()
+endif
+
+if is_windows
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
+endif
 
 deps += ['bus_pci']
 deps += ['bus_vdev']