pipeline: add register array to SWX
[dpdk.git] / lib / librte_pipeline / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 sources = files('rte_pipeline.c',
5         'rte_port_in_action.c',
6         'rte_table_action.c',
7         'rte_swx_pipeline.c',
8         'rte_swx_pipeline_spec.c',
9         'rte_swx_ctl.c',)
10 headers = files('rte_pipeline.h',
11         'rte_port_in_action.h',
12         'rte_table_action.h',
13         'rte_swx_pipeline.h',
14         'rte_swx_extern.h',
15         'rte_swx_ctl.h',)
16 deps += ['port', 'table', 'meter', 'sched', 'cryptodev']