23bd8128d6
As with the lib and drivers directories, we can use "continue" keyword to reduce the indentation level of the majority of the foreach block. At the same time, we can also replace tab indentation with spaces. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
16 lines
340 B
Meson
16 lines
340 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2019 Intel Corporation
|
|
|
|
sources = files(
|
|
'config.c',
|
|
'init.c',
|
|
'main.c',
|
|
'pipeline_acl.c',
|
|
'pipeline_hash.c',
|
|
'pipeline_lpm.c',
|
|
'pipeline_lpm_ipv6.c',
|
|
'pipeline_stub.c',
|
|
'runtime.c',
|
|
)
|
|
deps += ['pipeline', 'pci']
|