2019-07-02 15:12:23 +01:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright 2019 Intel Corporation
|
|
|
|
|
|
|
|
build = dpdk_conf.has('RTE_ARCH_X86')
|
2019-08-13 01:03:54 +02:00
|
|
|
reason = 'only supported on x86'
|
2019-07-02 15:12:28 +01:00
|
|
|
sources = files('ioat_rawdev.c',
|
|
|
|
'ioat_rawdev_test.c')
|
2019-07-02 15:12:30 +01:00
|
|
|
deps += ['rawdev', 'bus_pci', 'mbuf']
|
2019-07-02 15:12:23 +01:00
|
|
|
|
2019-07-02 15:12:25 +01:00
|
|
|
install_headers('rte_ioat_rawdev.h',
|
|
|
|
'rte_ioat_spec.h')
|