]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/dpdk/app/test-bbdev/meson.build
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / app / test-bbdev / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Intel Corporation
3
4 sources = files('main.c',
5 'test_bbdev.c',
6 'test_bbdev_perf.c',
7 'test_bbdev_vector.c')
8 deps += ['bbdev', 'bus_vdev']
9 if dpdk_conf.has('RTE_LIBRTE_PMD_BBDEV_FPGA_LTE_FEC')
10 deps += ['pmd_bbdev_fpga_lte_fec']
11 endif
12 if dpdk_conf.has('RTE_LIBRTE_PMD_BBDEV_FPGA_5GNR_FEC')
13 deps += ['pmd_bbdev_fpga_5gnr_fec']
14 endif