f-stack/dpdk/drivers/vdpa/meson.build

16 lines
254 B
Meson
Raw Normal View History

2021-02-05 08:48:47 +00:00
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2019 Mellanox Technologies, Ltd
if is_windows
2022-09-06 04:00:10 +00:00
subdir_done()
2021-02-05 08:48:47 +00:00
endif
2022-09-06 04:00:10 +00:00
drivers = [
'ifc',
'mlx5',
2025-01-10 11:50:43 +00:00
'nfp',
2022-09-06 04:00:10 +00:00
'sfc',
]
2021-02-05 08:48:47 +00:00
std_deps = ['bus_pci', 'kvargs']
std_deps += ['vhost']