git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/bnxt: fail init when mbuf allocation fails
[dpdk.git]
/
drivers
/
net
/
atlantic
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2018 Aquantia Corporation
3
4
if is_windows
5
build = false
6
reason = 'not supported on Windows'
7
subdir_done()
8
endif
9
10
sources = files(
11
'atl_rxtx.c',
12
'atl_ethdev.c',
13
'atl_hw_regs.c',
14
'hw_atl/hw_atl_b0.c',
15
'hw_atl/hw_atl_llh.c',
16
'hw_atl/hw_atl_utils_fw2x.c',
17
'hw_atl/hw_atl_utils.c',
18
'rte_pmd_atlantic.c',
19
)