bus/pci: fix Windows kernel driver categories
[dpdk.git] / drivers / mempool / bucket / meson.build
index 618d791..61de2dc 100644 (file)
@@ -6,4 +6,9 @@
 # This software was jointly developed between OKTET Labs (under contract
 # for Solarflare) and Solarflare Communications, Inc.
 
+if is_windows
+       build = false
+       reason = 'not supported on Windows'
+endif
+
 sources = files('rte_mempool_bucket.c')