1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
4 sources = files('rte_pipeline.c',
5 'rte_port_in_action.c',
8 'rte_swx_pipeline_spec.c',
10 headers = files('rte_pipeline.h',
11 'rte_port_in_action.h',
16 deps += ['port', 'table', 'meter', 'sched', 'cryptodev']