Skip to content

Commit f6ba98c

Browse files
kamalmostafaacmel
authored andcommitted
tools: Add a "make all" rule
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]>
1 parent 836d525 commit f6ba98c

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
@@ -32,6 +32,10 @@ help:
3232
@echo ' from the kernel command line to build and install one of'
3333
@echo ' the tools above'
3434
@echo ''
35+
@echo ' $$ make tools/all'
36+
@echo ''
37+
@echo ' builds all tools.'
38+
@echo ''
3539
@echo ' $$ make tools/install'
3640
@echo ''
3741
@echo ' installs all tools.'
@@ -77,6 +81,11 @@ tmon: FORCE
7781
freefall: FORCE
7882
$(call descend,laptop/$@)
7983

84+
all: acpi cgroup cpupower hv firewire lguest \
85+
perf selftests turbostat usb \
86+
virtio vm net x86_energy_perf_policy \
87+
tmon freefall
88+
8089
acpi_install:
8190
$(call descend,power/$(@:_install=),install)
8291

0 commit comments

Comments
 (0)