net/virtio: improve queue init error path
[dpdk.git] / drivers / net / ixgbe / base / meson.build
index bbd0f51..48bbb86 100644 (file)
@@ -1,5 +1,5 @@
 # SPDX-License-Identifier: BSD-3-Clause
-# Copyright(c) 2017 Intel Corporation
+# Copyright(c) 2017-2020 Intel Corporation
 
 sources = [
        'ixgbe_82598.c',
@@ -22,9 +22,6 @@ error_cflags = ['-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