net/mlx5: fix typos and code style
[dpdk.git] / drivers / net / ice / meson.build
index 9ed7b27..857dc0e 100644 (file)
@@ -5,7 +5,8 @@ subdir('base')
 objs = [base_objs]
 
 sources = files(
-       'ice_ethdev.c'
+       'ice_ethdev.c',
+       'ice_rxtx.c'
        )
 
 deps += ['hash']