net/mlx5: move Linux-specific functions
[dpdk.git] / drivers / net / sfc / base / meson.build
index 6c80305..8909525 100644 (file)
@@ -1,5 +1,6 @@
-# Copyright (c) 2016-2018 Solarflare Communications Inc.
-# All rights reserved.
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2019-2020 Xilinx, Inc.
+# Copyright(c) 2016-2019 Solarflare Communications Inc.
 #
 # This software was jointly developed between OKTET Labs (under contract
 # for Solarflare) and Solarflare Communications, Inc.
@@ -62,9 +63,6 @@ extra_flags = [
 ]
 
 c_args = cflags
-if allow_experimental_apis
-       c_args += '-DALLOW_EXPERIMENTAL_API'
-endif
 foreach flag: extra_flags
        if cc.has_argument(flag)
                c_args += flag