git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
crypto/qat: improve security instance setup
[dpdk.git]
/
drivers
/
net
/
atlantic
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2018 Aquantia Corporation
3
4
sources = files(
5
'atl_rxtx.c',
6
'atl_ethdev.c',
7
'atl_hw_regs.c',
8
'hw_atl/hw_atl_b0.c',
9
'hw_atl/hw_atl_llh.c',
10
'hw_atl/hw_atl_utils_fw2x.c',
11
'hw_atl/hw_atl_utils.c',
12
'rte_pmd_atlantic.c',
13
)