8dcb898c65
Switch from using tabs to 4 spaces for meson.build indentation, for the basic infrastructure and tooling files, as well as doc and kernel directories. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
11 lines
261 B
Meson
11 lines
261 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
install_data([
|
|
'dpdk-devbind.py',
|
|
'dpdk-pmdinfo.py',
|
|
'dpdk-telemetry.py',
|
|
'dpdk-hugepages.py',
|
|
],
|
|
install_dir: 'bin')
|