39
39
@echo ' turbostat - Intel CPU idle stats and freq reporting tool'
40
40
@echo ' usb - USB testing tools'
41
41
@echo ' virtio - vhost test module'
42
- @echo ' vm - misc vm tools'
42
+ @echo ' mm - misc mm tools'
43
43
@echo ' wmi - WMI interface examples'
44
44
@echo ' x86_energy_perf_policy - Intel energy policy tool'
45
45
@echo ' '
@@ -69,7 +69,7 @@ acpi: FORCE
69
69
cpupower : FORCE
70
70
$(call descend,power/$@ )
71
71
72
- cgroup counter firewire hv guest bootconfig spi usb virtio vm bpf iio gpio objtool leds wmi pci firmware debugging tracing : FORCE
72
+ cgroup counter firewire hv guest bootconfig spi usb virtio mm bpf iio gpio objtool leds wmi pci firmware debugging tracing : FORCE
73
73
$(call descend,$@ )
74
74
75
75
bpf/% : FORCE
@@ -118,7 +118,7 @@ kvm_stat: FORCE
118
118
119
119
all : acpi cgroup counter cpupower gpio hv firewire \
120
120
perf selftests bootconfig spi turbostat usb \
121
- virtio vm bpf x86_energy_perf_policy \
121
+ virtio mm bpf x86_energy_perf_policy \
122
122
tmon freefall iio objtool kvm_stat wmi \
123
123
pci debugging tracing thermal thermometer thermal-engine
124
124
@@ -128,7 +128,7 @@ acpi_install:
128
128
cpupower_install :
129
129
$(call descend,power/$(@:_install= ) ,install)
130
130
131
- cgroup_install counter_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 tracing_install :
131
+ cgroup_install counter_install firewire_install gpio_install hv_install iio_install perf_install bootconfig_install spi_install usb_install virtio_install mm_install bpf_install objtool_install wmi_install pci_install debugging_install tracing_install :
132
132
$(call descend,$(@:_install= ) ,install)
133
133
134
134
selftests_install :
@@ -158,7 +158,7 @@ kvm_stat_install:
158
158
install : acpi_install cgroup_install counter_install cpupower_install gpio_install \
159
159
hv_install firewire_install iio_install \
160
160
perf_install selftests_install turbostat_install usb_install \
161
- virtio_install vm_install bpf_install x86_energy_perf_policy_install \
161
+ virtio_install mm_install bpf_install x86_energy_perf_policy_install \
162
162
tmon_install freefall_install objtool_install kvm_stat_install \
163
163
wmi_install pci_install debugging_install intel-speed-select_install \
164
164
tracing_install thermometer_install thermal-engine_install
@@ -169,7 +169,7 @@ acpi_clean:
169
169
cpupower_clean :
170
170
$(call descend,power/cpupower,clean)
171
171
172
- cgroup_clean counter_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 tracing_clean :
172
+ cgroup_clean counter_clean hv_clean firewire_clean bootconfig_clean spi_clean usb_clean virtio_clean mm_clean wmi_clean bpf_clean iio_clean gpio_clean objtool_clean leds_clean pci_clean firmware_clean debugging_clean tracing_clean :
173
173
$(call descend,$(@:_clean= ) ,clean)
174
174
175
175
libapi_clean :
@@ -211,7 +211,7 @@ build_clean:
211
211
212
212
clean : acpi_clean cgroup_clean counter_clean cpupower_clean hv_clean firewire_clean \
213
213
perf_clean selftests_clean turbostat_clean bootconfig_clean spi_clean usb_clean virtio_clean \
214
- vm_clean bpf_clean iio_clean x86_energy_perf_policy_clean tmon_clean \
214
+ mm_clean bpf_clean iio_clean x86_energy_perf_policy_clean tmon_clean \
215
215
freefall_clean build_clean libbpf_clean libsubcmd_clean \
216
216
gpio_clean objtool_clean leds_clean wmi_clean pci_clean firmware_clean debugging_clean \
217
217
intel-speed-select_clean tracing_clean thermal_clean thermometer_clean thermal-engine_clean
0 commit comments