]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/dpdk/drivers/common/qat/meson.build
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / drivers / common / qat / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017-2018 Intel Corporation
3
4 # This does not build a driver, but instead holds common files for
5 # the crypto and compression drivers.
6 build = false
7 qat_deps = ['bus_pci']
8 qat_sources = files('qat_common.c',
9 'qat_qp.c',
10 'qat_device.c',
11 'qat_logs.c')
12 qat_includes = [include_directories('.', 'qat_adf')]
13 qat_ext_deps = []
14 qat_cflags = []