net/bnxt: consolidate template table processing
[dpdk.git] / drivers / mempool / octeontx2 / meson.build
index 9fde40f..0226f76 100644 (file)
@@ -2,6 +2,11 @@
 # Copyright(C) 2019 Marvell International Ltd.
 #
 
+if is_windows
+       build = false
+       reason = 'not supported on Windows'
+endif
+
 sources = files('otx2_mempool_ops.c',
                'otx2_mempool.c',
                'otx2_mempool_irq.c',