vdpa/mlx5: add task ring for multi-thread management
[dpdk.git] / drivers / dma / idxd / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2021 Intel Corporation
3
4 build = dpdk_conf.has('RTE_ARCH_X86')
5 reason = 'only supported on x86'
6
7 deps += ['bus_pci']
8 sources = files(
9         'idxd_common.c',
10         'idxd_pci.c',
11 )
12
13 if is_linux
14     sources += files('idxd_bus.c')
15 endif