2017-12-18 15:56:25 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2017 Intel Corporation
|
2017-10-17 13:43:57 +01:00
|
|
|
|
2020-10-01 11:19:29 +01:00
|
|
|
sources = files('rte_pipeline.c',
|
|
|
|
'rte_port_in_action.c',
|
|
|
|
'rte_table_action.c',
|
2020-10-01 11:19:59 +01:00
|
|
|
'rte_swx_pipeline.c',
|
2020-10-01 11:20:00 +01:00
|
|
|
'rte_swx_pipeline_spec.c',
|
2020-10-01 11:19:59 +01:00
|
|
|
'rte_swx_ctl.c',)
|
2020-10-01 11:19:29 +01:00
|
|
|
headers = files('rte_pipeline.h',
|
|
|
|
'rte_port_in_action.h',
|
|
|
|
'rte_table_action.h',
|
2020-10-01 11:19:33 +01:00
|
|
|
'rte_swx_pipeline.h',
|
2020-10-01 11:19:35 +01:00
|
|
|
'rte_swx_extern.h',
|
|
|
|
'rte_swx_ctl.h',)
|
2018-09-28 13:26:09 +01:00
|
|
|
deps += ['port', 'table', 'meter', 'sched', 'cryptodev']
|