]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/drivers/crypto/ccp/meson.build
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / drivers / crypto / ccp / meson.build
CommitLineData
11fdf7f2
TL
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2018 Advanced Micro Devices, Inc. All rights reserved.
3
9f95a23c 4if not is_linux
11fdf7f2
TL
5 build = false
6endif
7dep = dependency('libcrypto', required: false)
8if not dep.found()
9 build = false
10endif
11deps += 'bus_vdev'
12deps += 'bus_pci'
13
14sources = files('rte_ccp_pmd.c',
15 'ccp_crypto.c',
16 'ccp_dev.c',
17 'ccp_pci.c',
18 'ccp_pmd_ops.c')
19
20ext_deps += dep