]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ring/meson.build
net/mlx5: add C++ include guard to public header
[dpdk.git] / drivers / net / ring / meson.build
index 26a324eebb4002c8d702406671513a8a74e7965c..0156b37aad6b1d07a4bd369325c367c39e2e09e4 100644 (file)
@@ -1,5 +1,11 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
+if is_windows
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
+endif
+
 sources = files('rte_eth_ring.c')
 headers = files('rte_eth_ring.h')