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
|
|
|
|
2021-04-20 11:22:24 +01:00
|
|
|
sources = files(
|
|
|
|
'rte_pipeline.c',
|
|
|
|
'rte_port_in_action.c',
|
|
|
|
'rte_table_action.c',
|
|
|
|
'rte_swx_pipeline.c',
|
|
|
|
'rte_swx_pipeline_spec.c',
|
|
|
|
'rte_swx_ctl.c',
|
|
|
|
)
|
|
|
|
headers = files(
|
|
|
|
'rte_pipeline.h',
|
|
|
|
'rte_port_in_action.h',
|
|
|
|
'rte_table_action.h',
|
|
|
|
'rte_swx_pipeline.h',
|
|
|
|
'rte_swx_extern.h',
|
|
|
|
'rte_swx_ctl.h',
|
|
|
|
)
|
2018-09-28 13:26:09 +01:00
|
|
|
deps += ['port', 'table', 'meter', 'sched', 'cryptodev']
|