net/i40e: fix bitmap free
[dpdk.git] / drivers / baseband / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Luca Boccassi <bluca@debian.org>
3
4 if is_windows
5         subdir_done()
6 endif
7
8 drivers = ['null', 'turbo_sw', 'fpga_lte_fec', 'fpga_5gnr_fec']
9
10 config_flag_fmt = 'RTE_LIBRTE_PMD_BBDEV_@0@'
11 driver_name_fmt = 'rte_pmd_bbdev_@0@'