1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Intel Corporation
6 reason = 'not supported on Windows'
14 'test_bbdev_vector.c',
16 deps += ['bbdev', 'bus_vdev']
17 if dpdk_conf.has('RTE_BASEBAND_FPGA_LTE_FEC')
18 deps += ['baseband_fpga_lte_fec']
20 if dpdk_conf.has('RTE_BASEBAND_FPGA_5GNR_FEC')
21 deps += ['baseband_fpga_5gnr_fec']
23 if dpdk_conf.has('RTE_BASEBAND_ACC100')
24 deps += ['baseband_acc100']
26 if dpdk_conf.has('RTE_LIBRTE_PMD_BBDEV_LA12XX')
27 deps += ['baseband_la12xx']