blob: 7e9d34ddd74c62b6678a92e17091f69a63792232 [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'
15 @echo ' cpupower - a tool for all things x86 CPU power'
Thorsten Leemhuis4ab5a5d2019-01-08 20:40:06 +010016 @echo ' debugging - tools for debugging'
Josh Poimboeuf20a7add2015-12-18 06:39:15 -060017 @echo ' firewire - the userspace part of nosy, an IEEE-1394 traffic sniffer'
Andrey Smirnov1e510602018-10-17 11:27:18 -070018 @echo ' firmware - Firmware tools'
Josh Poimboeuf20a7add2015-12-18 06:39:15 -060019 @echo ' freefall - laptop accelerometer program for disk protection'
Linus Walleij6d591c42015-10-21 15:45:54 +020020 @echo ' gpio - GPIO tools'
Josh Poimboeuf20a7add2015-12-18 06:39:15 -060021 @echo ' hv - tools used when in Hyper-V clients'
22 @echo ' iio - IIO tools'
Srinivas Pandruvada3fb4f7c2019-06-30 10:14:08 -070023 @echo ' intel-speed-select - Intel Speed Select tool'
Janosch Frankf9bc9e62016-05-18 13:26:21 +020024 @echo ' kvm_stat - top-like utility for displaying kvm statistics'
David Lechnerfa7f3242016-09-16 14:16:50 -050025 @echo ' leds - LEDs tools'
Alexander Sverdlin24b4d0a2017-05-25 12:58:44 +000026 @echo ' liblockdep - user-space wrapper for kernel locking-validator'
Andy Shevchenko38fe26b2019-06-28 20:22:09 +030027 @echo ' objtool - an ELF object analysis tool'
Gustavo Pimentel1ce78ce2018-08-23 13:55:15 +020028 @echo ' pci - PCI tools'
Josh Poimboeuf20a7add2015-12-18 06:39:15 -060029 @echo ' perf - Linux performance measurement and analysis tool'
30 @echo ' selftests - various kernel selftests'
Masami Hiramatsu950313e2020-01-11 01:03:56 +090031 @echo ' bootconfig - boot config tool'
Linus Torvalds747a9b02016-01-14 11:39:09 -080032 @echo ' spi - spi tools'
Josh Poimboeuf20a7add2015-12-18 06:39:15 -060033 @echo ' tmon - thermal monitoring and tuning tool'
Viktor Rosendahle23db802021-02-12 14:44:21 +010034 @echo ' tracing - misc tracing tools'
Josh Poimboeuf20a7add2015-12-18 06:39:15 -060035 @echo ' turbostat - Intel CPU idle stats and freq reporting tool'
36 @echo ' usb - USB testing tools'
37 @echo ' virtio - vhost test module'
38 @echo ' vm - misc vm tools'
Mario Limonciello9d64fc02017-11-01 14:25:37 -050039 @echo ' wmi - WMI interface examples'
Borislav Petkovd5dd8af2012-04-11 18:36:17 +020040 @echo ' x86_energy_perf_policy - Intel energy policy tool'
41 @echo ''
Borislav Petkovea01fa92012-04-11 18:36:18 +020042 @echo 'You can do:'
Borislav Petkov7e010562013-01-29 11:48:11 +010043 @echo ' $$ make -C tools/ <tool>_install'
Borislav Petkovea01fa92012-04-11 18:36:18 +020044 @echo ''
45 @echo ' from the kernel command line to build and install one of'
46 @echo ' the tools above'
47 @echo ''
Kamal Mostafaf6ba98c2015-11-11 14:25:34 -080048 @echo ' $$ make tools/all'
49 @echo ''
50 @echo ' builds all tools.'
51 @echo ''
Borislav Petkovea01fa92012-04-11 18:36:18 +020052 @echo ' $$ make tools/install'
53 @echo ''
54 @echo ' installs all tools.'
55 @echo ''
Borislav Petkovd5dd8af2012-04-11 18:36:17 +020056 @echo 'Cleaning targets:'
57 @echo ''
58 @echo ' all of the above with the "_clean" string appended cleans'
59 @echo ' the respective build directory.'
60 @echo ' clean: a summary clean target to clean _all_ folders'
61
Lv Zhenga0c4acc2014-01-15 12:04:17 +080062acpi: FORCE
63 $(call descend,power/$@)
64
Borislav Petkov2363ecb2012-04-11 18:36:16 +020065cpupower: FORCE
David Howellsca9dfc62012-11-05 15:15:24 +000066 $(call descend,power/$@)
Borislav Petkov2363ecb2012-04-11 18:36:16 +020067
Viktor Rosendahle23db802021-02-12 14:44:21 +010068cgroup 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 +010069 $(call descend,$@)
70
Jiri Olsa33a57ce2020-07-11 23:53:22 +020071bpf/%: FORCE
72 $(call descend,$@)
73
S. Lockwood-Childs0041898e2014-05-08 13:34:01 -040074liblockdep: FORCE
75 $(call descend,lib/lockdep)
76
Jiri Olsa379a9a22015-04-18 22:34:38 +020077libapi: FORCE
Borislav Petkov553873e2013-12-09 17:14:23 +010078 $(call descend,lib/api)
Borislav Petkov85c66be2013-02-20 16:32:30 +010079
Jiri Olsa16671c12015-04-18 22:34:39 +020080# The perf build does not follow the descend function setup,
81# invoking it via it's own make rule.
82PERF_O = $(if $(O),$(O)/tools/perf,)
83
Jiri Olsa379a9a22015-04-18 22:34:38 +020084perf: FORCE
Jiri Olsa16671c12015-04-18 22:34:39 +020085 $(Q)mkdir -p $(PERF_O) .
86 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir=
Borislav Petkov2363ecb2012-04-11 18:36:16 +020087
88selftests: FORCE
David Howellsca9dfc62012-11-05 15:15:24 +000089 $(call descend,testing/$@)
Borislav Petkov2363ecb2012-04-11 18:36:16 +020090
Srinivas Pandruvada3fb4f7c2019-06-30 10:14:08 -070091turbostat x86_energy_perf_policy intel-speed-select: FORCE
David Howellsca9dfc62012-11-05 15:15:24 +000092 $(call descend,power/x86/$@)
Borislav Petkov2363ecb2012-04-11 18:36:16 +020093
Jacob Pan94f69962013-10-14 16:02:27 -070094tmon: FORCE
95 $(call descend,thermal/$@)
96
Pali Rohárb3fd7362015-06-06 15:42:28 +020097freefall: FORCE
98 $(call descend,laptop/$@)
99
Justin M. Forbesee5f7d72017-04-11 10:34:35 -0500100kvm_stat: FORCE
101 $(call descend,kvm/$@)
102
Juergen Grossecda85e2017-08-16 19:31:57 +0200103all: acpi cgroup cpupower gpio hv firewire liblockdep \
Masami Hiramatsu950313e2020-01-11 01:03:56 +0900104 perf selftests bootconfig spi turbostat usb \
Jakub Kicinskia92bb542017-10-04 20:10:03 -0700105 virtio vm bpf x86_energy_perf_policy \
Thorsten Leemhuis4ab5a5d2019-01-08 20:40:06 +0100106 tmon freefall iio objtool kvm_stat wmi \
Viktor Rosendahle23db802021-02-12 14:44:21 +0100107 pci debugging tracing
Kamal Mostafaf6ba98c2015-11-11 14:25:34 -0800108
Lv Zhenga0c4acc2014-01-15 12:04:17 +0800109acpi_install:
110 $(call descend,power/$(@:_install=),install)
111
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200112cpupower_install:
David Howellsca9dfc62012-11-05 15:15:24 +0000113 $(call descend,power/$(@:_install=),install)
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200114
Viktor Rosendahle23db802021-02-12 14:44:21 +0100115cgroup_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 +0000116 $(call descend,$(@:_install=),install)
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200117
Alexander Sverdlin24b4d0a2017-05-25 12:58:44 +0000118liblockdep_install:
119 $(call descend,lib/lockdep,install)
120
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200121selftests_install:
Kevin Hilman9a13c652015-11-17 13:54:19 -0800122 $(call descend,testing/$(@:_install=),install)
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200123
Srinivas Pandruvada3fb4f7c2019-06-30 10:14:08 -0700124turbostat_install x86_energy_perf_policy_install intel-speed-select_install:
David Howellsca9dfc62012-11-05 15:15:24 +0000125 $(call descend,power/x86/$(@:_install=),install)
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200126
Jacob Pan94f69962013-10-14 16:02:27 -0700127tmon_install:
128 $(call descend,thermal/$(@:_install=),install)
129
Pali Rohárb3fd7362015-06-06 15:42:28 +0200130freefall_install:
131 $(call descend,laptop/$(@:_install=),install)
132
Janosch Frankf9bc9e62016-05-18 13:26:21 +0200133kvm_stat_install:
134 $(call descend,kvm/$(@:_install=),install)
135
Andy Shevchenko53499102016-06-19 23:41:12 +0300136install: acpi_install cgroup_install cpupower_install gpio_install \
Linus Torvaldsbf1d6b22017-09-05 10:36:26 -0700137 hv_install firewire_install iio_install liblockdep_install \
Greg Thelen92e015b12013-01-04 13:05:17 -0800138 perf_install selftests_install turbostat_install usb_install \
Jakub Kicinskia92bb542017-10-04 20:10:03 -0700139 virtio_install vm_install bpf_install x86_energy_perf_policy_install \
Mario Limonciello9d64fc02017-11-01 14:25:37 -0500140 tmon_install freefall_install objtool_install kvm_stat_install \
Viktor Rosendahle23db802021-02-12 14:44:21 +0100141 wmi_install pci_install debugging_install intel-speed-select_install \
142 tracing_install
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200143
Lv Zhenga0c4acc2014-01-15 12:04:17 +0800144acpi_clean:
145 $(call descend,power/acpi,clean)
146
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200147cpupower_clean:
David Howellsca9dfc62012-11-05 15:15:24 +0000148 $(call descend,power/cpupower,clean)
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200149
Viktor Rosendahle23db802021-02-12 14:44:21 +0100150cgroup_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 +0100151 $(call descend,$(@:_clean=),clean)
152
S. Lockwood-Childs0041898e2014-05-08 13:34:01 -0400153liblockdep_clean:
154 $(call descend,lib/lockdep,clean)
155
Jiri Olsa379a9a22015-04-18 22:34:38 +0200156libapi_clean:
Borislav Petkov553873e2013-12-09 17:14:23 +0100157 $(call descend,lib/api,clean)
Borislav Petkov85c66be2013-02-20 16:32:30 +0100158
Jiri Olsa2f5a7f12016-01-11 11:54:48 +0100159libbpf_clean:
160 $(call descend,lib/bpf,clean)
161
162libsubcmd_clean:
163 $(call descend,lib/subcmd,clean)
164
Jiri Olsa379a9a22015-04-18 22:34:38 +0200165perf_clean:
Jiri Olsaab362f52016-04-25 22:17:18 +0200166 $(Q)mkdir -p $(PERF_O) .
167 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir= clean
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200168
169selftests_clean:
David Howellsca9dfc62012-11-05 15:15:24 +0000170 $(call descend,testing/$(@:_clean=),clean)
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200171
Srinivas Pandruvada3fb4f7c2019-06-30 10:14:08 -0700172turbostat_clean x86_energy_perf_policy_clean intel-speed-select_clean:
David Howellsca9dfc62012-11-05 15:15:24 +0000173 $(call descend,power/x86/$(@:_clean=),clean)
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200174
Jacob Pan94f69962013-10-14 16:02:27 -0700175tmon_clean:
176 $(call descend,thermal/tmon,clean)
177
Pali Rohárb3fd7362015-06-06 15:42:28 +0200178freefall_clean:
179 $(call descend,laptop/freefall,clean)
180
Jiri Olsa2f5a7f12016-01-11 11:54:48 +0100181build_clean:
182 $(call descend,build,clean)
183
Juergen Grossecda85e2017-08-16 19:31:57 +0200184clean: acpi_clean cgroup_clean cpupower_clean hv_clean firewire_clean \
Masami Hiramatsu950313e2020-01-11 01:03:56 +0900185 perf_clean selftests_clean turbostat_clean bootconfig_clean spi_clean usb_clean virtio_clean \
Jakub Kicinskia92bb542017-10-04 20:10:03 -0700186 vm_clean bpf_clean iio_clean x86_energy_perf_policy_clean tmon_clean \
Linus Walleij6d591c42015-10-21 15:45:54 +0200187 freefall_clean build_clean libbpf_clean libsubcmd_clean liblockdep_clean \
Srinivas Pandruvada3fb4f7c2019-06-30 10:14:08 -0700188 gpio_clean objtool_clean leds_clean wmi_clean pci_clean firmware_clean debugging_clean \
Viktor Rosendahle23db802021-02-12 14:44:21 +0100189 intel-speed-select_clean tracing_clean
Borislav Petkov2363ecb2012-04-11 18:36:16 +0200190
191.PHONY: FORCE