blob: be80904b985e74200b2590698ee35f75f6fd3428 (
plain)
1
2
3
4
5
6
7
8
|
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
version = 2
sources = files('rte_pdump.c')
headers = files('rte_pdump.h')
allow_experimental_apis = true
deps += ['ethdev']
|