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