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