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') 8allow_experimental_apis = true 9deps += ['bbdev', 'bus_vdev'] 10if dpdk_conf.has('RTE_LIBRTE_PMD_BBDEV_FPGA_LTE_FEC') 11 deps += ['pmd_bbdev_fpga_lte_fec'] 12endif 13