aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJosh Poimboeuf <jpoimboe@redhat.com>2015-12-18 07:39:15 -0500
committerArnaldo Carvalho de Melo <acme@redhat.com>2016-01-12 10:42:07 -0500
commit20a7add8ca2165de909d430b9874eacc26a2166c (patch)
tree17a15d95d30c8a8117d51ad28c2d5707ccf55829 /tools
parentd1b39d41ebec2afc761ba6539b77a7fe1669ddae (diff)
tools: Fix formatting of the "make -C tools" help message
Align the x86_energy_perf_policy line with the others and restore the original alphabetical sorting. Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> Cc: "H. Peter Anvin" <hpa@zytor.com> Cc: Andi Kleen <andi@firstfloor.org> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Andy Lutomirski <luto@kernel.org> Cc: Bernd Petrovitsch <bernd@petrovitsch.priv.at> Cc: Borislav Petkov <bp@alien8.de> Cc: Chris J Arges <chris.j.arges@canonical.com> Cc: Jiri Slaby <jslaby@suse.cz> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Michal Marek <mmarek@suse.cz> Cc: Namhyung Kim <namhyung@gmail.com> Cc: Pedro Alves <palves@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: live-patching@vger.kernel.org Cc: x86@kernel.org Link: http://lkml.kernel.org/r/572931227adbf1fc9ca96e1dae3ef2e89387feca.1450442274.git.jpoimboe@redhat.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile32
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
8help: 8help:
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'