xref: /dpdk/app/test-bbdev/meson.build (revision dbd4defe)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2018 Intel Corporation
3
4sources = files(
5        'main.c',
6        'test_bbdev.c',
7        'test_bbdev_perf.c',
8        'test_bbdev_vector.c',
9)
10deps += ['bbdev', 'bus_vdev']
11if dpdk_conf.has('RTE_BASEBAND_FPGA_LTE_FEC')
12    deps += ['baseband_fpga_lte_fec']
13endif
14if dpdk_conf.has('RTE_BASEBAND_FPGA_5GNR_FEC')
15    deps += ['baseband_fpga_5gnr_fec']
16endif
17if dpdk_conf.has('RTE_BASEBAND_ACC100')
18    deps += ['baseband_acc100']
19endif
20