net/qede: remove flags from Tx entry
[dpdk.git] / drivers / net / qede / meson.build
index ff0ac0b..05ce695 100644 (file)
@@ -1,6 +1,12 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Luca Boccassi <bluca@debian.org>
 
+if is_windows
+       build = false
+       reason = 'not supported on Windows'
+       subdir_done()
+endif
+
 subdir('base')
 objs = [base_objs]