build: disable experimental API check internally
[dpdk.git] / drivers / net / vdev_netvsc / meson.build
index cc956e7..58b0012 100644 (file)
@@ -1,13 +1,13 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Luca Boccassi <bluca@debian.org>
 
+if not is_linux
+       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'