199a2dd95SBruce Richardson# SPDX-License-Identifier: BSD-3-Clause 299a2dd95SBruce Richardson# Copyright(c) 2019 Intel Corporation 399a2dd95SBruce Richardson 499a2dd95SBruce Richardsonsources = files('rte_stack.c', 'rte_stack_std.c', 'rte_stack_lf.c') 599a2dd95SBruce Richardsonheaders = files('rte_stack.h') 699a2dd95SBruce Richardson# subheaders, not for direct inclusion by apps 799a2dd95SBruce Richardsonindirect_headers += files( 899a2dd95SBruce Richardson 'rte_stack_std.h', 999a2dd95SBruce Richardson 'rte_stack_lf.h', 1099a2dd95SBruce Richardson 'rte_stack_lf_generic.h', 1199a2dd95SBruce Richardson 'rte_stack_lf_c11.h', 12*8adf5f52SDavid Marchand 'rte_stack_lf_stubs.h', 1399a2dd95SBruce Richardson) 14