net/bnxt: support 58818 chip family
[dpdk.git] / drivers / net / i40e / base / meson.build
index 3dee8c9..8bc6a0f 100644 (file)
@@ -1,5 +1,5 @@
 # SPDX-License-Identifier: BSD-3-Clause
-# Copyright(c) 2017 Intel Corporation
+# Copyright(c) 2017-2020 Intel Corporation
 
 sources = [
        'i40e_adminq.c',
@@ -18,9 +18,6 @@ error_cflags = ['-Wno-sign-compare', '-Wno-unused-value',
                '-Wno-unused-parameter',
 ]
 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