Lines Matching full:echo

10 	@echo 'Possible targets:'
11 @echo ''
12 @echo ' acpi - ACPI tools'
13 @echo ' bpf - misc BPF tools'
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'
27 @echo ' objtool - an ELF object analysis tool'
28 @echo ' pci - PCI tools'
29 @echo ' perf - Linux performance measurement and analysis tool'
30 @echo ' selftests - various kernel selftests'
31 @echo ' bootconfig - boot config tool'
32 @echo ' spi - spi tools'
33 @echo ' tmon - thermal monitoring and tuning tool'
34 @echo ' tracing - misc tracing tools'
35 @echo ' turbostat - Intel CPU idle stats and freq reporting tool'
36 @echo ' usb - USB testing tools'
37 @echo ' virtio - vhost test module'
38 @echo ' vm - misc vm tools'
39 @echo ' wmi - WMI interface examples'
40 @echo ' x86_energy_perf_policy - Intel energy policy tool'
41 @echo ''
42 @echo 'You can do:'
43 @echo ' $$ make -C tools/ <tool>_install'
44 @echo ''
45 @echo ' from the kernel command line to build and install one of'
46 @echo ' the tools above'
47 @echo ''
48 @echo ' $$ make tools/all'
49 @echo ''
50 @echo ' builds all tools.'
51 @echo ''
52 @echo ' $$ make tools/install'
53 @echo ''
54 @echo ' installs all tools.'
55 @echo ''
56 @echo 'Cleaning targets:'
57 @echo ''
58 @echo ' all of the above with the "_clean" string appended cleans'
59 @echo ' the respective build directory.'
60 @echo ' clean: a summary clean target to clean _all_ folders'