mirror of https://github.com/F-Stack/f-stack.git
14 lines
249 B
Meson
14 lines
249 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright 2020 Mellanox Technologies, Ltd
|
||
|
|
||
|
includes += include_directories('.')
|
||
|
sources += files(
|
||
|
'mlx5_socket.c',
|
||
|
'mlx5_os.c',
|
||
|
'mlx5_ethdev_os.c',
|
||
|
'mlx5_verbs.c',
|
||
|
'mlx5_mp_os.c',
|
||
|
'mlx5_vlan_os.c',
|
||
|
)
|
||
|
|