Skip to content

Commit 12ce301

Browse files
kamalmostafagregkh
authored andcommitted
tools: Add a "make all" rule
commit f6ba98c upstream. Signed-off-by: Kamal Mostafa <[email protected]> Acked-by: Pavel Machek <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Jonathan Cameron <[email protected]> Cc: Pali Rohar <[email protected]> Cc: Roberta Dobrescu <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> [ kamal: backport to 3.14-stable: build all tools for this version ] Signed-off-by: Kamal Mostafa <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent e5a1ede commit 12ce301

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tools/Makefile

+9
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ help:
2424
@echo ' from the kernel command line to build and install one of'
2525
@echo ' the tools above'
2626
@echo ''
27+
@echo ' $$ make tools/all'
28+
@echo ''
29+
@echo ' builds all tools.'
30+
@echo ''
2731
@echo ' $$ make tools/install'
2832
@echo ''
2933
@echo ' installs all tools.'
@@ -58,6 +62,11 @@ turbostat x86_energy_perf_policy: FORCE
5862
tmon: FORCE
5963
$(call descend,thermal/$@)
6064

65+
all: acpi cgroup cpupower firewire lguest \
66+
perf selftests turbostat usb \
67+
virtio vm net x86_energy_perf_policy \
68+
tmon
69+
6170
acpi_install:
6271
$(call descend,power/$(@:_install=),install)
6372

0 commit comments

Comments
 (0)