net/mlx5: fix Verbs memory allocation callback
[dpdk.git] / drivers / net / mlx5 / linux / meson.build
index f8369cc..6c44021 100644 (file)
@@ -5,5 +5,9 @@ includes += include_directories('.')
 sources += files(
        'mlx5_socket.c',
        'mlx5_os.c',
+       'mlx5_ethdev_os.c',
+       'mlx5_verbs.c',
+       'mlx5_mp_os.c',
+       'mlx5_vlan_os.c',
 )