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
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