1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright 2020 Mellanox Technologies, Ltd 3 4includes += include_directories('.') 5sources += files( 6 'mlx5_socket.c', 7 'mlx5_os.c', 8 'mlx5_ethdev_os.c', 9 'mlx5_verbs.c', 10 'mlx5_mp_os.c', 11 'mlx5_vlan_os.c', 12 'mlx5_flow_os.c', 13) 14