Lines Matching +full:spi +full:- +full:hv
1 # SPDX-License-Identifier: GPL-2.0
12 @echo ' acpi - ACPI tools'
13 @echo ' bpf - misc BPF tools'
14 @echo ' counter - counter 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 ' nolibc - nolibc headers testing and installation'
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 ' sched_ext - sched_ext example schedulers'
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 ' mm - misc mm tools'
43 @echo ' wmi - WMI interface examples'
44 @echo ' x86_energy_perf_policy - Intel energy policy tool'
47 @echo ' $$ make -C tools/ <tool>_install'
72 counter firewire hv guest bootconfig spi usb virtio mm bpf iio gpio objtool leds wmi pci firmware d… target
92 $(Q)mkdir -p $(PERF_O) .
93 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir=
104 turbostat x86_energy_perf_policy intel-speed-select: FORCE
113 thermal-engine: FORCE thermal
122 all: acpi counter cpupower gpio hv firewire \
123 perf selftests bootconfig spi turbostat usb \
126 pci debugging tracing thermal thermometer thermal-engine
143 turbostat_install x86_energy_perf_policy_install intel-speed-select_install:
152 thermal-engine_install:
166 wmi_install pci_install debugging_install intel-speed-select_install \
167 tracing_install thermometer_install thermal-engine_install
188 $(Q)mkdir -p $(PERF_O) .
189 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir= clean
200 turbostat_clean x86_energy_perf_policy_clean intel-speed-select_clean:
206 thermal-engine_clean:
207 $(call descend,thermal/thermal-engine,clean)
223 intel-speed-select_clean tracing_clean thermal_clean thermometer_clean thermal-engine_clean \