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