mirror of https://github.com/F-Stack/f-stack.git
12 lines
299 B
Meson
12 lines
299 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2019 Intel Corporation
|
|
|
|
sources = files('rte_stack.c', 'rte_stack_std.c', 'rte_stack_lf.c')
|
|
headers = files('rte_stack.h',
|
|
'rte_stack_std.h',
|
|
'rte_stack_lf.h',
|
|
'rte_stack_lf_generic.h',
|
|
'rte_stack_lf_c11.h',
|
|
'rte_stack_lf_stubs.h',
|
|
)
|