net/mlx5: fix RSS expansion for patterns with ICMP item
[dpdk.git] / drivers / net / vmxnet3 / meson.build
index 1242386..ed56338 100644 (file)
@@ -1,20 +1,16 @@
 # 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',
+        'vmxnet3_ethdev.c',
+        'vmxnet3_rxtx.c',
 )
 
 error_cflags = [
-               '-Wno-unused-parameter', '-Wno-unused-value',
-                '-Wno-strict-aliasing', '-Wno-format-extra-args',
+        '-Wno-unused-parameter',
+        '-Wno-unused-value',
+        '-Wno-strict-aliasing',
+        '-Wno-format-extra-args',
 ]
 foreach flag: error_cflags
         if cc.has_argument(flag)