]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ixgbe/meson.build
net/qede: remove flags from Tx entry
[dpdk.git] / drivers / net / ixgbe / meson.build
index f10437891278bba8c2e8b41877d7c248e977192b..76cbfb830bfcb534b7e85646902f9685bc619f62 100644 (file)
@@ -1,6 +1,12 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
+if is_windows
+       build = false
+       reason = 'not supported on Windows'
+       subdir_done()
+endif
+
 cflags += ['-DRTE_LIBRTE_IXGBE_BYPASS']
 
 subdir('base')