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