From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753404AbbKKWZv (ORCPT ); Wed, 11 Nov 2015 17:25:51 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:36500 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753258AbbKKWZs (ORCPT ); Wed, 11 Nov 2015 17:25:48 -0500 From: Kamal Mostafa To: linux-kernel@vger.kernel.org Cc: Kamal Mostafa , Arnaldo Carvalho de Melo , Jiri Olsa , Jonathan Cameron , Pavel Machek , =?UTF-8?q?Pali=20Roh=C3=A1r?= , Roberta Dobrescu Subject: [PATCH 2/2] tools: Add a "make all" rule Date: Wed, 11 Nov 2015 14:25:34 -0800 Message-Id: <1447280736-2161-2-git-send-email-kamal@canonical.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1447280736-2161-1-git-send-email-kamal@canonical.com> References: <1447280736-2161-1-git-send-email-kamal@canonical.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Kamal Mostafa --- 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