net/e1000: remove MTU setting limitation
[dpdk.git] / drivers / net / vmxnet3 / meson.build
index 0641f77..1242386 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
+
 sources += files(
        'vmxnet3_ethdev.c',
        'vmxnet3_rxtx.c',