net/ice: fix build when Rx descriptor size is 16
[dpdk.git] / drivers / net / mlx5 / meson.build
index 5aa4039..dac7f1f 100644 (file)
@@ -9,13 +9,14 @@ 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',