xref: /dpdk/lib/bitratestats/meson.build (revision 99a2dd955fba6e4cc23b77d590a033650ced9c45)
1*99a2dd95SBruce Richardson# SPDX-License-Identifier: BSD-3-Clause
2*99a2dd95SBruce Richardson# Copyright(c) 2017 Intel Corporation
3*99a2dd95SBruce Richardson
4*99a2dd95SBruce Richardsonsources = files('rte_bitrate.c')
5*99a2dd95SBruce Richardsonheaders = files('rte_bitrate.h')
6*99a2dd95SBruce Richardsondeps += ['ethdev', 'metrics']
7