common/mlx5: fix device list operations concurrency
[dpdk.git] / drivers / common / mlx5 / meson.build
index e78b4f4..6ddbde7 100644 (file)
@@ -7,7 +7,7 @@ if not (is_linux or (is_windows and is_ms_linker))
     subdir_done()
 endif
 
-deps += ['hash', 'pci', 'bus_pci', 'net', 'eal', 'kvargs']
+deps += ['hash', 'pci', 'bus_pci', 'bus_auxiliary', 'net', 'eal', 'kvargs']
 sources += files(
         'mlx5_devx_cmds.c',
         'mlx5_common.c',
@@ -16,6 +16,7 @@ sources += files(
         'mlx5_malloc.c',
         'mlx5_common_pci.c',
         'mlx5_common_devx.c',
+        'mlx5_common_utils.c',
 )
 
 cflags_options = [