All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kamal Mostafa <kamal@canonical.com>
To: linux-kernel@vger.kernel.org
Cc: "Kamal Mostafa" <kamal@canonical.com>,
	"Arnaldo Carvalho de Melo" <acme@redhat.com>,
	"Jiri Olsa" <jolsa@kernel.org>,
	"Jonathan Cameron" <jic23@kernel.org>,
	"Pavel Machek" <pavel@ucw.cz>,
	"Pali Rohár" <pali.rohar@gmail.com>,
	"Roberta Dobrescu" <roberta.dobrescu@gmail.com>
Subject: [PATCH 2/2] tools: Add a "make all" rule
Date: Wed, 11 Nov 2015 14:25:34 -0800	[thread overview]
Message-ID: <1447280736-2161-2-git-send-email-kamal@canonical.com> (raw)
In-Reply-To: <1447280736-2161-1-git-send-email-kamal@canonical.com>

Signed-off-by: Kamal Mostafa <kamal@canonical.com>
---
 tools/Makefile | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/tools/Makefile b/tools/Makefile
index fa9d0a61..7dc820a 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)
 
-- 
1.9.1


  reply	other threads:[~2015-11-11 22:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-11 22:25 [PATCH 1/2] tools: Actually install tmon in the install rule Kamal Mostafa
2015-11-11 22:25 ` Kamal Mostafa [this message]
2015-11-12 21:16   ` [PATCH 2/2] tools: Add a "make all" rule Pavel Machek
2015-11-16 10:58   ` [tip:perf/urgent] " tip-bot for Kamal Mostafa
2015-11-12 14:17 ` [PATCH 1/2] tools: Actually install tmon in the install rule Arnaldo Carvalho de Melo
2015-11-16 10:57 ` [tip:perf/urgent] " tip-bot for Kamal Mostafa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1447280736-2161-2-git-send-email-kamal@canonical.com \
    --to=kamal@canonical.com \
    --cc=acme@redhat.com \
    --cc=jic23@kernel.org \
    --cc=jolsa@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pali.rohar@gmail.com \
    --cc=pavel@ucw.cz \
    --cc=roberta.dobrescu@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.