crypto/mlx5: migrate to bus-agnostic common interface
[dpdk.git] / drivers / mempool / octeontx / meson.build
index 3baaf7d..a57213e 100644 (file)
@@ -1,8 +1,14 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Cavium, Inc
 
-sources = files('octeontx_fpavf.c',
-               'rte_mempool_octeontx.c'
+if is_windows
+    build = false
+    reason = 'not supported on Windows'
+endif
+
+sources = files(
+        'octeontx_fpavf.c',
+        'rte_mempool_octeontx.c',
 )
 
 deps += ['mbuf', 'bus_pci', 'common_octeontx']