doc: use SPDX tag for bnx2x guide
[dpdk.git] / drivers / net / qede / base / meson.build
index 59b41c8..71b8973 100644 (file)
@@ -45,6 +45,9 @@ error_cflags = [
        '-Wno-pointer-bool-conversion',
 ]
 c_args = cflags
+if allow_experimental_apis
+       c_args += '-DALLOW_EXPERIMENTAL_API'
+endif
 foreach flag: error_cflags
         if cc.has_argument(flag)
                 c_args += flag