68eb9a1945
These source files all had unnecessary blank line at end of file. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
14 lines
316 B
Meson
14 lines
316 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',
|
|
'mlx5_flow_os.c',
|
|
)
|