build: disable experimental API check internally
[dpdk.git] / drivers / net / sfc / base / meson.build
index 6fa7948..bc7bc86 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: BSD-3-Clause
 # Copyright (c) 2016-2018 Solarflare Communications Inc.
 # All rights reserved.
 #
@@ -20,6 +21,7 @@ sources = [
        'efx_nvram.c',
        'efx_phy.c',
        'efx_port.c',
+       'efx_proxy.c',
        'efx_rx.c',
        'efx_sram.c',
        'efx_tunnel.c',
@@ -43,6 +45,7 @@ sources = [
        'ef10_nic.c',
        'ef10_nvram.c',
        'ef10_phy.c',
+       'ef10_proxy.c',
        'ef10_rx.c',
        'ef10_tx.c',
        'ef10_vpd.c',
@@ -60,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