]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/vmxnet3/meson.build
net/bnxt: remove unused macro
[dpdk.git] / drivers / net / vmxnet3 / meson.build
index a92bd2868009e5fb761e410a3df5f9c8fcd8c75a..ed563386d570be7752884ee1154faaf038d07aa6 100644 (file)
@@ -1,15 +1,16 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Luca Boccassi <bluca@debian.org>
 
-allow_experimental_apis = true
 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)