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

sources = files('rte_latencystats.c')
headers = files('rte_latencystats.h')
deps += ['metrics', 'ethdev']