dma/ioat: add device probing and removal
[dpdk.git] / drivers / dma / ioat / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2021 Intel Corporation
3
4 build = dpdk_conf.has('RTE_ARCH_X86')
5 reason = 'only supported on x86'
6 sources = files('ioat_dmadev.c')
7 deps += ['bus_pci', 'dmadev']