git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/cnxk: support device infos query
[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
'cnxk_bphy',
10
'dpaa2_cmdif',
11
'dpaa2_qdma',
12
'ifpga',
13
'ioat',
14
'ntb',
15
'octeontx2_dma',
16
'octeontx2_ep',
17
'skeleton',
18
]
19
std_deps = ['rawdev']