common/sfc_efx/base: add API to get mport of PF/VF
[dpdk.git] / drivers / regex / mlx5 / meson.build
index 0a4d410..d7cb2c5 100644 (file)
@@ -8,10 +8,13 @@ if not is_linux
 endif
 
 fmt_name = 'mlx5_regex'
-deps += ['common_mlx5', 'bus_pci', 'eal', 'regexdev']
+deps += ['common_mlx5', 'eal', 'regexdev']
 sources = files(
        'mlx5_regex.c',
        'mlx5_rxp.c',
+       'mlx5_regex_devx.c',
+       'mlx5_regex_control.c',
+       'mlx5_regex_fastpath.c',
 )
 cflags_options = [
        '-std=c11',