1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2019 Intel Corporation 3 4sources = files( 5 'config.c', 6 'init.c', 7 'main.c', 8 'pipeline_acl.c', 9 'pipeline_hash.c', 10 'pipeline_lpm.c', 11 'pipeline_lpm_ipv6.c', 12 'pipeline_stub.c', 13 'runtime.c') 14deps += ['pipeline', 'pci'] 15