git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
lib: clean up build files
[dpdk.git]
/
lib
/
librte_pipeline
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2017 Intel Corporation
3
4
sources = files(
5
'rte_pipeline.c',
6
'rte_port_in_action.c',
7
'rte_table_action.c',
8
'rte_swx_pipeline.c',
9
'rte_swx_pipeline_spec.c',
10
'rte_swx_ctl.c',
11
)
12
headers = files(
13
'rte_pipeline.h',
14
'rte_port_in_action.h',
15
'rte_table_action.h',
16
'rte_swx_pipeline.h',
17
'rte_swx_extern.h',
18
'rte_swx_ctl.h',
19
)
20
deps += ['port', 'table', 'meter', 'sched', 'cryptodev']