devtools: suppress checkpatch warning about strlcpy
[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 = [
9         'acc100',
10         'fpga_5gnr_fec',
11         'fpga_lte_fec',
12         'la12xx',
13         'null',
14         'turbo_sw',
15 ]
16
17 log_prefix = 'pmd.bb'