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