diff options
-rw-r--r-- | tools/Makefile | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/tools/Makefile b/tools/Makefile index 4e8e10755e0d..09ec69db4bc8 100644 --- a/tools/Makefile +++ b/tools/Makefile | |||
@@ -8,23 +8,23 @@ include scripts/Makefile.include | |||
8 | help: | 8 | help: |
9 | @echo 'Possible targets:' | 9 | @echo 'Possible targets:' |
10 | @echo '' | 10 | @echo '' |
11 | @echo ' acpi - ACPI tools' | 11 | @echo ' acpi - ACPI tools' |
12 | @echo ' cgroup - cgroup tools' | 12 | @echo ' cgroup - cgroup tools' |
13 | @echo ' cpupower - a tool for all things x86 CPU power' | 13 | @echo ' cpupower - a tool for all things x86 CPU power' |
14 | @echo ' firewire - the userspace part of nosy, an IEEE-1394 traffic sniffer' | 14 | @echo ' firewire - the userspace part of nosy, an IEEE-1394 traffic sniffer' |
15 | @echo ' hv - tools used when in Hyper-V clients' | 15 | @echo ' freefall - laptop accelerometer program for disk protection' |
16 | @echo ' iio - IIO tools' | 16 | @echo ' hv - tools used when in Hyper-V clients' |
17 | @echo ' lguest - a minimal 32-bit x86 hypervisor' | 17 | @echo ' iio - IIO tools' |
18 | @echo ' perf - Linux performance measurement and analysis tool' | 18 | @echo ' lguest - a minimal 32-bit x86 hypervisor' |
19 | @echo ' selftests - various kernel selftests' | 19 | @echo ' net - misc networking tools' |
20 | @echo ' turbostat - Intel CPU idle stats and freq reporting tool' | 20 | @echo ' perf - Linux performance measurement and analysis tool' |
21 | @echo ' usb - USB testing tools' | 21 | @echo ' selftests - various kernel selftests' |
22 | @echo ' virtio - vhost test module' | 22 | @echo ' tmon - thermal monitoring and tuning tool' |
23 | @echo ' net - misc networking tools' | 23 | @echo ' turbostat - Intel CPU idle stats and freq reporting tool' |
24 | @echo ' vm - misc vm tools' | 24 | @echo ' usb - USB testing tools' |
25 | @echo ' virtio - vhost test module' | ||
26 | @echo ' vm - misc vm tools' | ||
25 | @echo ' x86_energy_perf_policy - Intel energy policy tool' | 27 | @echo ' x86_energy_perf_policy - Intel energy policy tool' |
26 | @echo ' tmon - thermal monitoring and tuning tool' | ||
27 | @echo ' freefall - laptop accelerometer program for disk protection' | ||
28 | @echo '' | 28 | @echo '' |
29 | @echo 'You can do:' | 29 | @echo 'You can do:' |
30 | @echo ' $$ make -C tools/ <tool>_install' | 30 | @echo ' $$ make -C tools/ <tool>_install' |