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