6c9e21a996
Fixes: 5b9656b157d3 ("lib: build with meson") Cc: stable@dpdk.org Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
8 lines
172 B
Meson
8 lines
172 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
version = 2
|
|
sources = files('rte_pdump.c')
|
|
headers = files('rte_pdump.h')
|
|
deps += ['ethdev']
|