mirror of https://github.com/F-Stack/f-stack.git
9 lines
199 B
Meson
9 lines
199 B
Meson
|
# 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')
|