]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/meson.build
net/mlx5: improve Verbs flow priority discovery
[dpdk.git] / drivers / net / mlx5 / meson.build
index 5aa4039e4914ef4d9c5a8fba77922b86cdd73f16..636a1be890228d2dee1030a0a429358f5b57e5dc 100644 (file)
@@ -9,15 +9,15 @@ if not (is_linux or is_windows)
 endif
 
 deps += ['hash', 'common_mlx5']
+headers = files('rte_pmd_mlx5.h')
 sources = files(
         'mlx5.c',
         'mlx5_ethdev.c',
         'mlx5_flow.c',
         'mlx5_flow_meter.c',
         'mlx5_flow_dv.c',
-        'mlx5_flow_age.c',
+        'mlx5_flow_aso.c',
         'mlx5_mac.c',
-        'mlx5_mr.c',
         'mlx5_rss.c',
         'mlx5_rx.c',
         'mlx5_rxmode.c',