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