net/bnxt: support EEM system memory
[dpdk.git] / drivers / net / bnxt / meson.build
index a50cb26..8f6ed41 100644 (file)
@@ -28,18 +28,26 @@ sources = files('bnxt_cpr.c',
        'tf_core/tf_msg.c',
        'tf_core/rand.c',
        'tf_core/stack.c',
-       'tf_core/tf_em.c',
+        'tf_core/tf_em_common.c',
+        'tf_core/tf_em_host.c',
+        'tf_core/tf_em_internal.c',
        'tf_core/tf_rm.c',
        'tf_core/tf_tbl.c',
        'tf_core/tfp.c',
+       'tf_core/tf_session.c',
+       'tf_core/tf_device.c',
        'tf_core/tf_device_p4.c',
        'tf_core/tf_identifier.c',
        'tf_core/tf_shadow_tbl.c',
        'tf_core/tf_shadow_tcam.c',
-       'tf_core/tf_tbl_type.c',
        'tf_core/tf_tcam.c',
        'tf_core/tf_util.c',
-       'tf_core/tf_rm_new.c',
+       'tf_core/tf_if_tbl.c',
+       'tf_core/ll.c',
+       'tf_core/tf_global_cfg.c',
+       'tf_core/tf_em_host.c',
+
+       'hcapi/hcapi_cfa_p4.c',
 
        'tf_ulp/bnxt_ulp.c',
        'tf_ulp/ulp_mark_mgr.c',