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 ' counter - counter tools'
16 @echo ' cpupower - a tool for all things x86 CPU power'
17 @echo ' debugging - tools for debugging'
18 @echo ' firewire - the userspace part of nosy, an IEEE-1394 traffic sniffer'
19 @echo ' firmware - Firmware tools'
20 @echo ' freefall - laptop accelerometer program for disk protection'
21 @echo ' gpio - GPIO tools'
22 @echo ' hv - tools used when in Hyper-V clients'
23 @echo ' iio - IIO tools'
24 @echo ' intel-speed-select - Intel Speed Select tool'
25 @echo ' kvm_stat - top-like utility for displaying kvm statistics'
26 @echo ' leds - LEDs tools'
27 @echo ' nolibc - nolibc headers testing and installation'
28 @echo ' objtool - an ELF object analysis tool'
29 @echo ' pci - PCI tools'
30 @echo ' perf - Linux performance measurement and analysis tool'
31 @echo ' selftests - various kernel selftests'
32 @echo ' bootconfig - boot config tool'
33 @echo ' spi - spi tools'
34 @echo ' tmon - thermal monitoring and tuning tool'
35 @echo ' thermometer - temperature capture tool'
36 @echo ' thermal-engine - thermal monitoring tool'
37 @echo ' thermal - thermal library'
38 @echo ' tracing - misc tracing tools'
39 @echo ' turbostat - Intel CPU idle stats and freq reporting tool'
40 @echo ' usb - USB testing tools'
41 @echo ' virtio - vhost test module'
42 @echo ' vm - misc vm tools'
43 @echo ' wmi - WMI interface examples'
44 @echo ' x86_energy_perf_policy - Intel energy policy tool'
45 @echo ''
46 @echo 'You can do:'
47 @echo ' $$ make -C tools/ <tool>_install'
48 @echo ''
49 @echo ' from the kernel command line to build and install one of'
50 @echo ' the tools above'
51 @echo ''
52 @echo ' $$ make tools/all'
53 @echo ''
54 @echo ' builds all tools.'
55 @echo ''
56 @echo ' $$ make tools/install'
57 @echo ''
58 @echo ' installs all tools.'
59 @echo ''
60 @echo 'Cleaning targets:'
61 @echo ''
62 @echo ' all of the above with the "_clean" string appended cleans'
63 @echo ' the respective build directory.'
64 @echo ' clean: a summary clean target to clean _all_ folders'