aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamal Mostafa <[email protected]>2015-11-11 14:25:34 -0800
committerArnaldo Carvalho de Melo <[email protected]>2015-11-12 18:58:10 -0300
commitf6ba98c5dc78708cb7fd29950c4a50c4c7e88f95 (patch)
treefd5090db89b92429a758055df48ce254c9fe6013
parent836d525baada26e1a7462e87805337b9a9b729f6 (diff)
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]>
-rw-r--r--tools/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index fa9d0a614d97..7dc820a8c1f1 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -32,6 +32,10 @@ help:
@echo ' from the kernel command line to build and install one of'
@echo ' the tools above'
@echo ''
+ @echo ' $$ make tools/all'
+ @echo ''
+ @echo ' builds all tools.'
+ @echo ''
@echo ' $$ make tools/install'
@echo ''
@echo ' installs all tools.'
@@ -77,6 +81,11 @@ tmon: FORCE
freefall: FORCE
$(call descend,laptop/$@)
+all: acpi cgroup cpupower hv firewire lguest \
+ perf selftests turbostat usb \
+ virtio vm net x86_energy_perf_policy \
+ tmon freefall
+
acpi_install:
$(call descend,power/$(@:_install=),install)