]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/null/meson.build
net/qede: fix promiscuous enable
[dpdk.git] / drivers / net / null / meson.build
index 60e2ce6c5932b08884c326d6babcbbf97d5aa4b8..d9fb88fd7d42bc6fbe64be312b03a5319e77764b 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')