xref: /dpdk/drivers/vdpa/meson.build (revision 5e7596ba)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright 2019 Mellanox Technologies, Ltd
3
4if is_windows
5    subdir_done()
6endif
7
8drivers = [
9        'ifc',
10        'mlx5',
11        'sfc',
12]
13std_deps = ['bus_pci', 'kvargs']
14std_deps += ['vhost']
15