mirror of https://github.com/F-Stack/f-stack.git
8 lines
249 B
Meson
8 lines
249 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2017 Intel Corporation
|
||
|
|
||
|
sources = files('rte_sched.c', 'rte_red.c', 'rte_approx.c')
|
||
|
headers = files('rte_sched.h', 'rte_sched_common.h',
|
||
|
'rte_red.h', 'rte_approx.h')
|
||
|
deps += ['mbuf', 'meter']
|