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