summaryrefslogtreecommitdiffstats
path: root/src/seastar/dpdk/buildtools/meson.build
blob: 0d3a42c018421a3eaa40bd3663178f1cae1076ff (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017-2019 Intel Corporation

if is_windows
	subdir_done()
endif

subdir('pmdinfogen')

pmdinfo = find_program('gen-pmdinfo-cfile.sh')