From 527aa0c1ba9055a429247fe0932d36c965d27b87 Mon Sep 17 00:00:00 2001
From: Sedat Dilek <sedat.dilek@gmail.com>
Date: Sat, 31 Aug 2013 02:28:06 +0200
Subject: [PATCH 7/8] tools: Introduce an all target to build all tools

Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
---
 tools/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/Makefile b/tools/Makefile
index a5502e0..8238e5f 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -23,6 +23,7 @@ help:
 	@echo '  from the kernel command line to build and install one of'
 	@echo '  the above listed tools.'
 	@echo ''
+	@echo '  $$ make -C tools/ all'
 	@echo '  $$ sudo make -C tools/ install'
 	@echo ''
 	@echo '  builds and installs all tools.'
@@ -51,6 +52,8 @@ selftests: FORCE
 turbostat x86_energy_perf_policy: FORCE
 	$(call descend,power/x86/$@)
 
+all: cpupower cgroup firewire lguest net usb virtio perf vm selftests turbostat x86_energy_perf_policy
+
 cpupower_install:
 	$(call descend,power/$(@:_install=),install)
 
-- 
1.8.4

