xref: /f-stack/dpdk/drivers/raw/ioat/meson.build (revision 2d9fd380)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright 2019 Intel Corporation
3
4build = dpdk_conf.has('RTE_ARCH_X86')
5reason = 'only supported on x86'
6sources = files(
7	'idxd_pci.c',
8	'idxd_vdev.c',
9	'ioat_common.c',
10	'ioat_rawdev.c',
11	'ioat_rawdev_test.c')
12deps += ['bus_pci',
13	'bus_vdev',
14	'mbuf',
15	'rawdev']
16
17headers = files('rte_ioat_rawdev.h',
18		'rte_ioat_rawdev_fns.h')
19