Makefile (58e16d792a6a8c6b750f637a4649967fcac853dc) | Makefile (38fe26b46f55538c2cb8b96500caed6ae9d59d46) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# Some of the tools (perf) use same make variables 3# as in kernel build. 4export srctree= 5export objtree= 6 7include scripts/Makefile.include 8 9help: 10 @echo 'Possible targets:' 11 @echo '' 12 @echo ' acpi - ACPI tools' | 1# SPDX-License-Identifier: GPL-2.0 2# Some of the tools (perf) use same make variables 3# as in kernel build. 4export srctree= 5export objtree= 6 7include scripts/Makefile.include 8 9help: 10 @echo 'Possible targets:' 11 @echo '' 12 @echo ' acpi - ACPI tools' |
13 @echo ' bpf - misc BPF tools' |
|
13 @echo ' cgroup - cgroup tools' 14 @echo ' cpupower - a tool for all things x86 CPU power' 15 @echo ' debugging - tools for debugging' 16 @echo ' firewire - the userspace part of nosy, an IEEE-1394 traffic sniffer' 17 @echo ' firmware - Firmware tools' 18 @echo ' freefall - laptop accelerometer program for disk protection' 19 @echo ' gpio - GPIO tools' 20 @echo ' hv - tools used when in Hyper-V clients' 21 @echo ' iio - IIO tools' 22 @echo ' intel-speed-select - Intel Speed Select tool' 23 @echo ' kvm_stat - top-like utility for displaying kvm statistics' 24 @echo ' leds - LEDs tools' 25 @echo ' liblockdep - user-space wrapper for kernel locking-validator' | 14 @echo ' cgroup - cgroup tools' 15 @echo ' cpupower - a tool for all things x86 CPU power' 16 @echo ' debugging - tools for debugging' 17 @echo ' firewire - the userspace part of nosy, an IEEE-1394 traffic sniffer' 18 @echo ' firmware - Firmware tools' 19 @echo ' freefall - laptop accelerometer program for disk protection' 20 @echo ' gpio - GPIO tools' 21 @echo ' hv - tools used when in Hyper-V clients' 22 @echo ' iio - IIO tools' 23 @echo ' intel-speed-select - Intel Speed Select tool' 24 @echo ' kvm_stat - top-like utility for displaying kvm statistics' 25 @echo ' leds - LEDs tools' 26 @echo ' liblockdep - user-space wrapper for kernel locking-validator' |
26 @echo ' bpf - misc BPF tools' | 27 @echo ' objtool - an ELF object analysis tool' |
27 @echo ' pci - PCI tools' 28 @echo ' perf - Linux performance measurement and analysis tool' 29 @echo ' selftests - various kernel selftests' 30 @echo ' spi - spi tools' | 28 @echo ' pci - PCI tools' 29 @echo ' perf - Linux performance measurement and analysis tool' 30 @echo ' selftests - various kernel selftests' 31 @echo ' spi - spi tools' |
31 @echo ' objtool - an ELF object analysis tool' | |
32 @echo ' tmon - thermal monitoring and tuning tool' 33 @echo ' turbostat - Intel CPU idle stats and freq reporting tool' 34 @echo ' usb - USB testing tools' 35 @echo ' virtio - vhost test module' 36 @echo ' vm - misc vm tools' 37 @echo ' wmi - WMI interface examples' 38 @echo ' x86_energy_perf_policy - Intel energy policy tool' 39 @echo '' --- 146 unchanged lines hidden --- | 32 @echo ' tmon - thermal monitoring and tuning tool' 33 @echo ' turbostat - Intel CPU idle stats and freq reporting tool' 34 @echo ' usb - USB testing tools' 35 @echo ' virtio - vhost test module' 36 @echo ' vm - misc vm tools' 37 @echo ' wmi - WMI interface examples' 38 @echo ' x86_energy_perf_policy - Intel energy policy tool' 39 @echo '' --- 146 unchanged lines hidden --- |