f-stack/dpdk/drivers/dma/ioat/meson.build

8 lines
210 B
Meson
Raw Normal View History

2022-09-06 04:00:10 +00:00
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2021 Intel Corporation
build = dpdk_conf.has('RTE_ARCH_X86')
reason = 'only supported on x86'
sources = files('ioat_dmadev.c')
deps += ['bus_pci', 'dmadev']