aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_ring/meson.build
blob: ab8b0b469b0b901413129f4d24830a8afcc3a5a6 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation

version = 2
sources = files('rte_ring.c')
headers = files('rte_ring.h',
		'rte_ring_c11_mem.h',
		'rte_ring_generic.h')