]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/igc/meson.build
net/ionic: send as many packets as possible
[dpdk.git] / drivers / net / igc / meson.build
index fba119c98e2b593b829e719c9cc0e2422e466eec..b971e6f8c628bf36d51b5a6b62545db89da11fd2 100644 (file)
@@ -1,6 +1,12 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2019-2020 Intel Corporation
 
+if is_windows
+       build = false
+       reason = 'not supported on Windows'
+       subdir_done()
+endif
+
 subdir('base')
 objs = [base_objs]