net/mlx5: introduce flow support on Windows
[dpdk.git] / drivers / net / mlx5 / windows / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2020 Mellanox Technologies, Ltd
3
4 includes += include_directories('.')
5 sources += files(
6         'mlx5_os.c',
7         'mlx5_mp_os.c',
8         'mlx5_ethdev_os.c',
9         'mlx5_vlan_os.c',
10         'mlx5_flow_os.c',
11 )