net/ionic: fix completion type in lif init
[dpdk.git] / drivers / net / vdev_netvsc / meson.build
index c82c547..49d3a2c 100644 (file)
@@ -3,15 +3,11 @@
 
 if not is_linux
        build = false
-       reason = 'only supported on linux'
+       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'