bus/pci: change IOVA as VA flag name
[dpdk.git] / drivers / net / sfc / base / meson.build
index f1e4973..6c80305 100644 (file)
@@ -8,6 +8,7 @@ sources = [
        'efx_bootcfg.c',
        'efx_crc32.c',
        'efx_ev.c',
+       'efx_evb.c',
        'efx_filter.c',
        'efx_hash.c',
        'efx_intr.c',
@@ -19,6 +20,7 @@ sources = [
        'efx_nvram.c',
        'efx_phy.c',
        'efx_port.c',
+       'efx_proxy.c',
        'efx_rx.c',
        'efx_sram.c',
        'efx_tunnel.c',
@@ -33,18 +35,22 @@ sources = [
        'siena_sram.c',
        'siena_vpd.c',
        'ef10_ev.c',
+       'ef10_evb.c',
        'ef10_filter.c',
+       'ef10_image.c',
        'ef10_intr.c',
        'ef10_mac.c',
        'ef10_mcdi.c',
        'ef10_nic.c',
        'ef10_nvram.c',
        'ef10_phy.c',
+       'ef10_proxy.c',
        'ef10_rx.c',
        'ef10_tx.c',
        'ef10_vpd.c',
        'hunt_nic.c',
-       'medford_nic.c'
+       'medford_nic.c',
+       'medford2_nic.c'
 ]
 
 extra_flags = [
@@ -56,6 +62,9 @@ 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