blob: 081552048cc6e9cb23f167e5cbf499301a655fd1 (
plain)
1
2
3
4
5
6
7
8
|
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
sources = files('rte_bitrate.c')
headers = files('rte_bitrate.h')
deps += ['ethdev', 'metrics']
build = false
reason = 'not needed by SPDK'
|