git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
drivers: clean up build lists
[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
'null',
13
'turbo_sw',
14
]