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
/
raw
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright 2018 NXP
3
4
if is_windows
5
subdir_done()
6
endif
7
8
drivers = [
9
'dpaa2_cmdif',
10
'dpaa2_qdma',
11
'ifpga',
12
'ioat',
13
'ntb',
14
'octeontx2_dma',
15
'octeontx2_ep',
16
'skeleton',
17
]
18
std_deps = ['rawdev']