baseband/fpga_lte_fec: add driver for FEC on FPGA
[dpdk.git] / drivers / baseband / fpga_lte_fec / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2019 Intel Corporation
3
4 deps += ['bbdev', 'bus_vdev', 'ring', 'pci', 'bus_pci']
5 name = 'bbdev_fpga_lte_fec'
6 allow_experimental_apis = true
7 sources = files('fpga_lte_fec.c')