examples/fips_validation: support self-test only
[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']
12 config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
13 driver_name_fmt = 'rte_pmd_@0@'