net/mlx5: add flex parser DevX object management
[dpdk.git] / drivers / net / null / meson.build
index 60e2ce6..0251578 100644 (file)
@@ -1,5 +1,10 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-version = 2
+if is_windows
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
+endif
+
 sources = files('rte_eth_null.c')