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 headers = files('rte_pipeline.h',
9 'rte_port_in_action.h',
13 deps += ['port', 'table', 'meter', 'sched', 'cryptodev']