1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2019 Intel Corporation 3 4if is_ms_compiler 5 build = false 6 reason = 'not supported building with Visual Studio Toolset' 7 subdir_done() 8endif 9 10sources = files('rte_stack.c', 'rte_stack_std.c', 'rte_stack_lf.c') 11headers = files('rte_stack.h') 12# subheaders, not for direct inclusion by apps 13indirect_headers += files( 14 'rte_stack_std.h', 15 'rte_stack_lf.h', 16 'rte_stack_lf_generic.h', 17 'rte_stack_lf_c11.h', 18 'rte_stack_lf_stubs.h', 19) 20