summaryrefslogtreecommitdiffstats
path: root/src/spdk/dpdk/lib/librte_stack/meson.build
blob: 1c447b4c437911109c4e7bd0e6901b9e5c10065a (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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')
build = false
reason = 'not needed by SPDK'