1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
5 allow_experimental_apis = true
6 sources = files('ethdev_private.c',
14 headers = files('rte_ethdev.h',
15 'rte_ethdev_driver.h',
28 deps += ['net', 'kvargs', 'meter']