]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/null/meson.build
net/cnxk: support all multicast
[dpdk.git] / drivers / net / null / meson.build
index 68ac0d2ae5c837b0a307e9ebd8e37de7b6a12c5a..0251578aab31c39a3fc54bd0aea06f8d4060ed73 100644 (file)
@@ -1,4 +1,10 @@
 # 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_null.c')