git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/i40e: fix Rx packet statistics
[dpdk.git]
/
drivers
/
net
/
hinic
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2017 Huawei Technologies Co., Ltd
3
4
if is_windows
5
build = false
6
reason = 'not supported on Windows'
7
subdir_done()
8
endif
9
10
subdir('base')
11
objs = [base_objs]
12
13
sources = files(
14
'hinic_pmd_ethdev.c',
15
'hinic_pmd_rx.c',
16
'hinic_pmd_tx.c',
17
'hinic_pmd_flow.c',
18
)
19
20
includes += include_directories('base')