]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/drivers/compress/qat/meson.build
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / drivers / compress / qat / meson.build
CommitLineData
11fdf7f2
TL
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2017-2018 Intel Corporation
3
4
5# Add our sources files to the list
11fdf7f2
TL
6qat_sources += files('qat_comp_pmd.c',
7 'qat_comp.c')
8qat_includes += include_directories('.')
9qat_deps += 'compressdev'
10qat_ext_deps += dep
11
12# build the whole driver
13sources += qat_sources
14cflags += qat_cflags
15deps += qat_deps
16ext_deps += qat_ext_deps
17includes += qat_includes