build: disable experimental API check internally
[dpdk.git] / drivers / net / thunderx / base / meson.build
index bf4e860..8998264 100644 (file)
@@ -8,9 +8,6 @@ sources = [
 ]
 
 c_args = cflags
-if allow_experimental_apis
-       c_args += '-DALLOW_EXPERIMENTAL_API'
-endif
 base_lib = static_library('nicvf_base', sources,
        c_args: c_args,
        dependencies: static_rte_ethdev