X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fnet%2Fmlx5%2Fmeson.build;h=dac7f1fabf1d7b87ad754f2b529f238c1f11a1db;hb=250e2ed8d85d038ce864052ebd6f9af51db40df2;hp=5aa4039e4914ef4d9c5a8fba77922b86cdd73f16;hpb=4ad4b20a79052d9c8062b64eaf0170c16a333ff8;p=dpdk.git diff --git a/drivers/net/mlx5/meson.build b/drivers/net/mlx5/meson.build index 5aa4039e49..dac7f1fabf 100644 --- a/drivers/net/mlx5/meson.build +++ b/drivers/net/mlx5/meson.build @@ -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',