git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
drivers: change indentation in build files
[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
'mlx5_verbs.c',
10
'mlx5_mp_os.c',
11
'mlx5_vlan_os.c',
12
'mlx5_flow_os.c',
13
)
14