git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4929be4c035dfd78baa0b814f66d541c425a8603
[dpdk.git]
/
drivers
/
vdpa
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright 2019 Mellanox Technologies, Ltd
3
4
if is_windows
5
subdir_done()
6
endif
7
8
drivers = ['ifc',
9
'mlx5',]
10
std_deps = ['bus_pci', 'kvargs']
11
std_deps += ['vhost']