raw/ioat: create device on probe and destroy on release
[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 sources = files('ioat_rawdev.c')
6 deps += ['rawdev', 'bus_pci']
7
8 install_headers('rte_ioat_rawdev.h',
9                 'rte_ioat_spec.h')