]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/lib/librte_sched/meson.build
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_sched / meson.build
CommitLineData
11fdf7f2
TL
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2017 Intel Corporation
3
4sources = files('rte_sched.c', 'rte_red.c', 'rte_approx.c')
5headers = files('rte_sched.h', 'rte_sched_common.h',
6 'rte_red.h', 'rte_approx.h')
7deps += ['mbuf', 'meter']
f67539c2
TL
8build = false
9reason = 'not needed by SPDK'