2de32a104d9646d0390b2945533a7ded6a7da9ef
[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 )