net/mlx5: move Linux-specific functions
[dpdk.git] / drivers / net / mlx5 / linux / 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_socket.c',
7         'mlx5_os.c',
8         'mlx5_ethdev_os.c',
9 )
10