blob: e497875fc7e3fecfbb419c7cd632383833bce07a [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Jiri Olsa16671c12015-04-18 22:34:39 +02002# Some of the tools (perf) use same make variables
3# as in kernel build.
4export srctree=
5export objtree=
6
Borislav Petkov2363ecb2012-04-11 18:36:16 +02007include scripts/Makefile.include
8
Borislav Petkovd5dd8af2012-04-11 18:36:17 +02009help:
10 @echo 'Possible targets:'
11 @echo ''
Josh Poimboeuf20a7add2015-12-18 06:39:15 -060012 @echo ' acpi - ACPI tools'
Andy Shevchenko38fe26b2019-06-28 20:22:09 +030013 @echo ' bpf - misc BPF tools'
Josh Poimboeuf20a7add2015-12-18 06:39:15 -060014 @echo ' cgroup - cgroup tools'
William Breathitt Gray08609982021-09-29 12:16:01 +090015 @echo ' counter - counter tools'
Josh Poimboeuf20a7add2015-12-18 06:39:15 -060016 @echo ' cpupower - a tool for all things x86 CPU power'
Thorsten Leemhuis4ab5a5d2019-01-08 20:40:06 +010017 @echo ' debugging - tools for debugging'
Josh Poimboeuf20a7add2015-12-18 06:39:15 -060018 @echo ' firewire - the userspace part of nosy, an IEEE-1394 traffic sniffer'
Andrey Smirnov1e510602018-10-17 11:27:18 -070019 @echo ' firmware - Firmware tools'
Josh Poimboeuf20a7add2015-12-18 06:39:15 -060020 @echo ' freefall - laptop accelerometer program for disk protection'
Linus Walleij6d591c42015-10-21 15:45:54 +020021 @echo ' gpio - GPIO tools'
Josh Poimboeuf20a7add2015-12-18 06:39:15 -060022 @echo ' hv - tools used when in Hyper-V clients'
23 @echo ' iio - IIO tools'
Srinivas Pandruvada3fb4f7c2019-06-30 10:14:08 -070024 @echo ' intel-speed-select - Intel Speed Select tool'
Janosch Frankf9bc9e62016-05-18 13:26:21 +020025 @echo ' kvm_stat - top-like utility for displaying kvm statistics'
David Lechnerfa7f3242016-09-16 14:16:50 -050026 @echo ' leds - LEDs tools'
Willy Tarreau0b37dff2022-03-21 18:33:14 +010027 @echo ' nolibc - nolibc headers testing and installation'
Andy Shevchenko38fe26b2019-06-28 20:22:09 +030028 @echo ' objtool - an ELF object analysis tool'
Gustavo Pimentel1ce78ce2018-08-23 13:55:15 +020029 @echo ' pci - PCI tools'
Josh Poimboeuf20a7add2015-12-18 06:39:15 -060030 @echo ' perf - Linux performance measurement and analysis tool'
31 @echo ' selftests - various kernel selftests'
Masami Hiramatsu950313e2020-01-11 01:03:56 +090032 @echo ' bootconfig - boot config tool'
Linus Torvalds747a9b02016-01-14 11:39:09 -080033 @echo ' spi - spi tools'
Josh Poimboeuf20a7add2015-12-18 06:39:15 -060034 @echo ' tmon - thermal monitoring and tuning tool'
Daniel Lezcano110acbc2022-04-20 18:09:31 +020035 @echo ' thermometer - temperature capture tool'
Daniel Lezcano077df622022-04-20 18:09:32 +020036 @echo ' thermal-engine - thermal monitoring tool'
Daniel Lezcano47c4b0d2022-04-20 18:09:29 +020037 @echo ' thermal - thermal library'
Viktor Rosendahle23db802021-02-12 14:44:21 +010038 @echo ' tracing - misc tracing tools'
Josh Poimboeuf20a7add2015-12-18 06:39:15 -060039 @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'
Mario Limonciello9d64fc02017-11-01 14:25:37 -050043 @echo ' wmi - WMI interface examples'
Borislav Petkovd5dd8af2012-04-11 18:36:17 +020044 @echo ' x86_energy_perf_policy - Intel energy policy tool'
45 @echo ''
Borislav Petkovea01fa92012-04-11 18:36:18 +020046 @echo 'You can do:'
Borislav Petkov7e010562013-01-29 11:48:11 +010047 @echo ' $$ make -C tools/ <tool>_install'
Borislav Petkovea01fa92012-04-11 18:36:18 +020048 @echo ''
49 @echo ' from the kernel command line to build and install one of'
50 @echo ' the tools above'
51 @echo ''
Kamal Mostafaf6ba98c2015-11-11 14:25:34 -080052 @echo ' $$ make tools/all'
53 @echo ''
54 @echo ' builds all tools.'
55 @echo ''
Borislav Petkovea01fa92012-04-11 18:36:18 +020056 @echo ' $$ make tools/install'
57 @echo ''
58 @echo ' installs all tools.'
59 @echo ''
Borislav Petkovd5dd8af2012-04-11 18:36:17 +020060 @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'
65
Lv Zhenga0c4acc2014-01-15 12:04:17 +080066acpi: FORCE
67 $(call descend,power/$@)
68
Borislav Petkov2363ecb2012-04-11 18:36:16 +020069cpupower: FORCE
David Howellsca9dfc62012-11-05 15:15:24 +000070 $(call descend,power/$@)
Borislav Petkov2363ecb2012-04-11 18:36:16 +020071
William Breathitt Gray08609982021-09-29 12:16:01 +090072cgroup counter firewire hv guest bootconfig spi usb virtio vm bpf iio gpio objtool leds wmi pci firmware debugging tracing: FORCE
Borislav Petkov85c66be2013-02-20 16:32:30 +010073 $(call descend,$@)
74
Jiri Olsa33a57ce2020-07-11 23:53:22 +020075bpf/%: FORCE
76 $(call descend,$@)
77
Jiri Olsa379a9a22015-04-18 22:34:38 +020078libapi: FORCE
Borislav Petkov553873e2013-12-09 17:14:23 +010079 $(call descend,lib/api)
Borislav Petkov85c66be2013-02-20 16:32:30 +010080
Willy Tarreaufe20cad2022-05-28 17:45:45 +020081nolibc: FORCE
82 $(call descend,include/nolibc)
83
Willy Tarreau0b37dff2022-03-21 18:33:14 +010084nolibc_%: FORCE
85 $(call descend,include/nolibc,$(patsubst nolibc_%,%,$@))
86
Jiri Olsa16671c12015-04-18 22:34:39 +020087# The perf build does not follow the descend function setup,
88# invoking it via it's own make rule.
89PERF_O = $(if $(O),$(O)/tools/perf,)
90
Jiri Olsa379a9a22015-04-18 22:34:38 +020091perf: FORCE
Jiri Olsa16671c12015-04-18 22:34:39 +020092 $(Q)mkdir -p $(PERF_O) .
93 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir=
Borislav Petkov2363ecb2012-04-11 18:36:16 +020094
95selftests: FORCE
David Howellsca9dfc62012-11-05 15:15:24 +000096 $(call descend,testing/$@)
Borislav Petkov2363ecb2012-04-11 18:36:16 +020097
Daniel Lezcano47c4b0d2022-04-20 18:09:29 +020098thermal: FORCE
99 $(call descend,lib/$@)
100
Srinivas Pandruvada3fb4f7c2019-06-30 10:14:08 -0700101turbostat x86_energy_perf_policy intel-speed-select: FORCE
David Howellsca9dfc62012-11-05 15:15:24 +0000102 $(call descend,power/x86/$@)
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200103
Jacob Pan94f69962013-10-14 16:02:27 -0700104tmon: FORCE
105 $(call descend,thermal/$@)
106
Daniel Lezcano110acbc2022-04-20 18:09:31 +0200107thermometer: FORCE
108 $(call descend,thermal/$@)
109
Daniel Lezcano077df622022-04-20 18:09:32 +0200110thermal-engine: FORCE thermal
111 $(call descend,thermal/$@)
112
Pali Rohárb3fd7362015-06-06 15:42:28 +0200113freefall: FORCE
114 $(call descend,laptop/$@)
115
Justin M. Forbesee5f7d72017-04-11 10:34:35 -0500116kvm_stat: FORCE
117 $(call descend,kvm/$@)
118
Sasha Levin7246f4d2021-11-12 10:16:02 -0500119all: acpi cgroup counter cpupower gpio hv firewire \
Masami Hiramatsu950313e2020-01-11 01:03:56 +0900120 perf selftests bootconfig spi turbostat usb \
Jakub Kicinskia92bb542017-10-04 20:10:03 -0700121 virtio vm bpf x86_energy_perf_policy \
Thorsten Leemhuis4ab5a5d2019-01-08 20:40:06 +0100122 tmon freefall iio objtool kvm_stat wmi \
Daniel Lezcano077df622022-04-20 18:09:32 +0200123 pci debugging tracing thermal thermometer thermal-engine
Kamal Mostafaf6ba98c2015-11-11 14:25:34 -0800124
Lv Zhenga0c4acc2014-01-15 12:04:17 +0800125acpi_install:
126 $(call descend,power/$(@:_install=),install)
127
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200128cpupower_install:
David Howellsca9dfc62012-11-05 15:15:24 +0000129 $(call descend,power/$(@:_install=),install)
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200130
William Breathitt Gray08609982021-09-29 12:16:01 +0900131cgroup_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:
David Howellsca9dfc62012-11-05 15:15:24 +0000132 $(call descend,$(@:_install=),install)
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200133
134selftests_install:
Kevin Hilman9a13c652015-11-17 13:54:19 -0800135 $(call descend,testing/$(@:_install=),install)
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200136
Daniel Lezcano47c4b0d2022-04-20 18:09:29 +0200137thermal_install:
138 $(call descend,lib/$(@:_install=),install)
139
Srinivas Pandruvada3fb4f7c2019-06-30 10:14:08 -0700140turbostat_install x86_energy_perf_policy_install intel-speed-select_install:
David Howellsca9dfc62012-11-05 15:15:24 +0000141 $(call descend,power/x86/$(@:_install=),install)
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200142
Jacob Pan94f69962013-10-14 16:02:27 -0700143tmon_install:
144 $(call descend,thermal/$(@:_install=),install)
145
Daniel Lezcano110acbc2022-04-20 18:09:31 +0200146thermometer_install:
147 $(call descend,thermal/$(@:_install=),install)
148
Daniel Lezcano077df622022-04-20 18:09:32 +0200149thermal-engine_install:
150 $(call descend,thermal/$(@:_install=),install)
151
Pali Rohárb3fd7362015-06-06 15:42:28 +0200152freefall_install:
153 $(call descend,laptop/$(@:_install=),install)
154
Janosch Frankf9bc9e62016-05-18 13:26:21 +0200155kvm_stat_install:
156 $(call descend,kvm/$(@:_install=),install)
157
William Breathitt Gray08609982021-09-29 12:16:01 +0900158install: acpi_install cgroup_install counter_install cpupower_install gpio_install \
Sasha Levin7246f4d2021-11-12 10:16:02 -0500159 hv_install firewire_install iio_install \
Greg Thelen92e015b12013-01-04 13:05:17 -0800160 perf_install selftests_install turbostat_install usb_install \
Jakub Kicinskia92bb542017-10-04 20:10:03 -0700161 virtio_install vm_install bpf_install x86_energy_perf_policy_install \
Mario Limonciello9d64fc02017-11-01 14:25:37 -0500162 tmon_install freefall_install objtool_install kvm_stat_install \
Viktor Rosendahle23db802021-02-12 14:44:21 +0100163 wmi_install pci_install debugging_install intel-speed-select_install \
Daniel Lezcano077df622022-04-20 18:09:32 +0200164 tracing_install thermometer_install thermal-engine_install
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200165
Lv Zhenga0c4acc2014-01-15 12:04:17 +0800166acpi_clean:
167 $(call descend,power/acpi,clean)
168
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200169cpupower_clean:
David Howellsca9dfc62012-11-05 15:15:24 +0000170 $(call descend,power/cpupower,clean)
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200171
William Breathitt Gray08609982021-09-29 12:16:01 +0900172cgroup_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:
Borislav Petkov85c66be2013-02-20 16:32:30 +0100173 $(call descend,$(@:_clean=),clean)
174
Jiri Olsa379a9a22015-04-18 22:34:38 +0200175libapi_clean:
Borislav Petkov553873e2013-12-09 17:14:23 +0100176 $(call descend,lib/api,clean)
Borislav Petkov85c66be2013-02-20 16:32:30 +0100177
Jiri Olsa2f5a7f12016-01-11 11:54:48 +0100178libbpf_clean:
179 $(call descend,lib/bpf,clean)
180
181libsubcmd_clean:
182 $(call descend,lib/subcmd,clean)
183
Jiri Olsa379a9a22015-04-18 22:34:38 +0200184perf_clean:
Jiri Olsaab362f52016-04-25 22:17:18 +0200185 $(Q)mkdir -p $(PERF_O) .
186 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir= clean
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200187
188selftests_clean:
David Howellsca9dfc62012-11-05 15:15:24 +0000189 $(call descend,testing/$(@:_clean=),clean)
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200190
Daniel Lezcano47c4b0d2022-04-20 18:09:29 +0200191thermal_clean:
192 $(call descend,lib/thermal,clean)
193
Srinivas Pandruvada3fb4f7c2019-06-30 10:14:08 -0700194turbostat_clean x86_energy_perf_policy_clean intel-speed-select_clean:
David Howellsca9dfc62012-11-05 15:15:24 +0000195 $(call descend,power/x86/$(@:_clean=),clean)
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200196
Daniel Lezcano110acbc2022-04-20 18:09:31 +0200197thermometer_clean:
198 $(call descend,thermal/thermometer,clean)
199
Daniel Lezcano077df622022-04-20 18:09:32 +0200200thermal-engine_clean:
201 $(call descend,thermal/thermal-engine,clean)
202
Jacob Pan94f69962013-10-14 16:02:27 -0700203tmon_clean:
204 $(call descend,thermal/tmon,clean)
205
Pali Rohárb3fd7362015-06-06 15:42:28 +0200206freefall_clean:
207 $(call descend,laptop/freefall,clean)
208
Jiri Olsa2f5a7f12016-01-11 11:54:48 +0100209build_clean:
210 $(call descend,build,clean)
211
William Breathitt Gray08609982021-09-29 12:16:01 +0900212clean: acpi_clean cgroup_clean counter_clean cpupower_clean hv_clean firewire_clean \
Masami Hiramatsu950313e2020-01-11 01:03:56 +0900213 perf_clean selftests_clean turbostat_clean bootconfig_clean spi_clean usb_clean virtio_clean \
Jakub Kicinskia92bb542017-10-04 20:10:03 -0700214 vm_clean bpf_clean iio_clean x86_energy_perf_policy_clean tmon_clean \
Sasha Levin7246f4d2021-11-12 10:16:02 -0500215 freefall_clean build_clean libbpf_clean libsubcmd_clean \
Srinivas Pandruvada3fb4f7c2019-06-30 10:14:08 -0700216 gpio_clean objtool_clean leds_clean wmi_clean pci_clean firmware_clean debugging_clean \
Daniel Lezcano077df622022-04-20 18:09:32 +0200217 intel-speed-select_clean tracing_clean thermal_clean thermometer_clean thermal-engine_clean
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200218
219.PHONY: FORCE