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