.. | .. |
---|
10 | 10 | @echo 'Possible targets:' |
---|
11 | 11 | @echo '' |
---|
12 | 12 | @echo ' acpi - ACPI tools' |
---|
| 13 | + @echo ' bpf - misc BPF tools' |
---|
13 | 14 | @echo ' cgroup - cgroup tools' |
---|
14 | 15 | @echo ' cpupower - a tool for all things x86 CPU power' |
---|
| 16 | + @echo ' debugging - tools for debugging' |
---|
15 | 17 | @echo ' firewire - the userspace part of nosy, an IEEE-1394 traffic sniffer' |
---|
| 18 | + @echo ' firmware - Firmware tools' |
---|
16 | 19 | @echo ' freefall - laptop accelerometer program for disk protection' |
---|
17 | 20 | @echo ' gpio - GPIO tools' |
---|
18 | 21 | @echo ' hv - tools used when in Hyper-V clients' |
---|
19 | 22 | @echo ' iio - IIO tools' |
---|
| 23 | + @echo ' intel-speed-select - Intel Speed Select tool' |
---|
20 | 24 | @echo ' kvm_stat - top-like utility for displaying kvm statistics' |
---|
21 | 25 | @echo ' leds - LEDs tools' |
---|
22 | 26 | @echo ' liblockdep - user-space wrapper for kernel locking-validator' |
---|
23 | | - @echo ' bpf - misc BPF tools' |
---|
| 27 | + @echo ' objtool - an ELF object analysis tool' |
---|
| 28 | + @echo ' pci - PCI tools' |
---|
24 | 29 | @echo ' perf - Linux performance measurement and analysis tool' |
---|
25 | 30 | @echo ' selftests - various kernel selftests' |
---|
| 31 | + @echo ' bootconfig - boot config tool' |
---|
26 | 32 | @echo ' spi - spi tools' |
---|
27 | | - @echo ' objtool - an ELF object analysis tool' |
---|
28 | 33 | @echo ' tmon - thermal monitoring and tuning tool' |
---|
29 | 34 | @echo ' turbostat - Intel CPU idle stats and freq reporting tool' |
---|
30 | 35 | @echo ' usb - USB testing tools' |
---|
.. | .. |
---|
59 | 64 | cpupower: FORCE |
---|
60 | 65 | $(call descend,power/$@) |
---|
61 | 66 | |
---|
62 | | -cgroup firewire hv guest spi usb virtio vm bpf iio gpio objtool leds wmi: FORCE |
---|
| 67 | +cgroup firewire hv guest bootconfig spi usb virtio vm bpf iio gpio objtool leds wmi pci firmware debugging: FORCE |
---|
| 68 | + $(call descend,$@) |
---|
| 69 | + |
---|
| 70 | +bpf/%: FORCE |
---|
63 | 71 | $(call descend,$@) |
---|
64 | 72 | |
---|
65 | 73 | liblockdep: FORCE |
---|
.. | .. |
---|
79 | 87 | selftests: FORCE |
---|
80 | 88 | $(call descend,testing/$@) |
---|
81 | 89 | |
---|
82 | | -turbostat x86_energy_perf_policy: FORCE |
---|
| 90 | +turbostat x86_energy_perf_policy intel-speed-select: FORCE |
---|
83 | 91 | $(call descend,power/x86/$@) |
---|
84 | 92 | |
---|
85 | 93 | tmon: FORCE |
---|
.. | .. |
---|
92 | 100 | $(call descend,kvm/$@) |
---|
93 | 101 | |
---|
94 | 102 | all: acpi cgroup cpupower gpio hv firewire liblockdep \ |
---|
95 | | - perf selftests spi turbostat usb \ |
---|
| 103 | + perf selftests bootconfig spi turbostat usb \ |
---|
96 | 104 | virtio vm bpf x86_energy_perf_policy \ |
---|
97 | | - tmon freefall iio objtool kvm_stat wmi |
---|
| 105 | + tmon freefall iio objtool kvm_stat wmi \ |
---|
| 106 | + pci debugging |
---|
98 | 107 | |
---|
99 | 108 | acpi_install: |
---|
100 | 109 | $(call descend,power/$(@:_install=),install) |
---|
.. | .. |
---|
102 | 111 | cpupower_install: |
---|
103 | 112 | $(call descend,power/$(@:_install=),install) |
---|
104 | 113 | |
---|
105 | | -cgroup_install firewire_install gpio_install hv_install iio_install perf_install spi_install usb_install virtio_install vm_install bpf_install objtool_install wmi_install: |
---|
| 114 | +cgroup_install firewire_install gpio_install hv_install iio_install perf_install bootconfig_install spi_install usb_install virtio_install vm_install bpf_install objtool_install wmi_install pci_install debugging_install: |
---|
106 | 115 | $(call descend,$(@:_install=),install) |
---|
107 | 116 | |
---|
108 | 117 | liblockdep_install: |
---|
.. | .. |
---|
111 | 120 | selftests_install: |
---|
112 | 121 | $(call descend,testing/$(@:_install=),install) |
---|
113 | 122 | |
---|
114 | | -turbostat_install x86_energy_perf_policy_install: |
---|
| 123 | +turbostat_install x86_energy_perf_policy_install intel-speed-select_install: |
---|
115 | 124 | $(call descend,power/x86/$(@:_install=),install) |
---|
116 | 125 | |
---|
117 | 126 | tmon_install: |
---|
.. | .. |
---|
128 | 137 | perf_install selftests_install turbostat_install usb_install \ |
---|
129 | 138 | virtio_install vm_install bpf_install x86_energy_perf_policy_install \ |
---|
130 | 139 | tmon_install freefall_install objtool_install kvm_stat_install \ |
---|
131 | | - wmi_install |
---|
| 140 | + wmi_install pci_install debugging_install intel-speed-select_install |
---|
132 | 141 | |
---|
133 | 142 | acpi_clean: |
---|
134 | 143 | $(call descend,power/acpi,clean) |
---|
.. | .. |
---|
136 | 145 | cpupower_clean: |
---|
137 | 146 | $(call descend,power/cpupower,clean) |
---|
138 | 147 | |
---|
139 | | -cgroup_clean hv_clean firewire_clean spi_clean usb_clean virtio_clean vm_clean wmi_clean bpf_clean iio_clean gpio_clean objtool_clean leds_clean: |
---|
| 148 | +cgroup_clean hv_clean firewire_clean bootconfig_clean spi_clean usb_clean virtio_clean vm_clean wmi_clean bpf_clean iio_clean gpio_clean objtool_clean leds_clean pci_clean firmware_clean debugging_clean: |
---|
140 | 149 | $(call descend,$(@:_clean=),clean) |
---|
141 | 150 | |
---|
142 | 151 | liblockdep_clean: |
---|
.. | .. |
---|
158 | 167 | selftests_clean: |
---|
159 | 168 | $(call descend,testing/$(@:_clean=),clean) |
---|
160 | 169 | |
---|
161 | | -turbostat_clean x86_energy_perf_policy_clean: |
---|
| 170 | +turbostat_clean x86_energy_perf_policy_clean intel-speed-select_clean: |
---|
162 | 171 | $(call descend,power/x86/$(@:_clean=),clean) |
---|
163 | 172 | |
---|
164 | 173 | tmon_clean: |
---|
.. | .. |
---|
171 | 180 | $(call descend,build,clean) |
---|
172 | 181 | |
---|
173 | 182 | clean: acpi_clean cgroup_clean cpupower_clean hv_clean firewire_clean \ |
---|
174 | | - perf_clean selftests_clean turbostat_clean spi_clean usb_clean virtio_clean \ |
---|
| 183 | + perf_clean selftests_clean turbostat_clean bootconfig_clean spi_clean usb_clean virtio_clean \ |
---|
175 | 184 | vm_clean bpf_clean iio_clean x86_energy_perf_policy_clean tmon_clean \ |
---|
176 | 185 | freefall_clean build_clean libbpf_clean libsubcmd_clean liblockdep_clean \ |
---|
177 | | - gpio_clean objtool_clean leds_clean wmi_clean |
---|
| 186 | + gpio_clean objtool_clean leds_clean wmi_clean pci_clean firmware_clean debugging_clean \ |
---|
| 187 | + intel-speed-select_clean |
---|
178 | 188 | |
---|
179 | 189 | .PHONY: FORCE |
---|