git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/mlx5: add VLAN push/pop DR commands to glue
[dpdk.git]
/
drivers
/
net
/
qede
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2018 Luca Boccassi <bluca@debian.org>
3
4
allow_experimental_apis = true
5
6
subdir('base')
7
objs = [base_objs]
8
9
sources = files(
10
'qede_ethdev.c',
11
'qede_filter.c',
12
'qede_main.c',
13
'qede_rxtx.c',
14
)