net/mlx5: introduce flow support on Windows
[dpdk.git] / drivers / net / mlx5 / windows / meson.build
index bab4e81..ddb6c6c 100644 (file)
@@ -4,4 +4,8 @@
 includes += include_directories('.')
 sources += files(
        'mlx5_os.c',
+       'mlx5_mp_os.c',
+       'mlx5_ethdev_os.c',
+       'mlx5_vlan_os.c',
+       'mlx5_flow_os.c',
 )