net/mlx5: rearrange creation of WQ and CQ object
[dpdk.git] / drivers / net / vdev_netvsc / meson.build
index 6655859..58b0012 100644 (file)
@@ -2,15 +2,12 @@
 # Copyright(c) 2018 Luca Boccassi <bluca@debian.org>
 
 if not is_linux
-        build = false
+       build = false
+       reason = 'only supported on linux'
 endif
 sources = files('vdev_netvsc.c')
 
-allow_experimental_apis = true
-
 cflags_options = [
-        '-Wall',
-        '-Wextra',
         '-D_BSD_SOURCE',
         '-D_DEFAULT_SOURCE',
         '-D_XOPEN_SOURCE=600'