raw/ioat: add skeleton for VFIO/UIO based DSA device
[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         'ioat_rawdev.c',
9         'ioat_rawdev_test.c')
10 deps += ['rawdev', 'bus_pci', 'mbuf']
11
12 install_headers('rte_ioat_rawdev.h',
13                 'rte_ioat_rawdev_fns.h')