Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754704AbcCAXvv (ORCPT ); Tue, 1 Mar 2016 18:51:51 -0500 Received: from mail333.us4.mandrillapp.com ([205.201.137.77]:42851 "EHLO mail333.us4.mandrillapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754641AbcCAXvs (ORCPT ); Tue, 1 Mar 2016 18:51:48 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=mandrill; d=linuxfoundation.org; b=GGXx6Ld6lTF3g6xg+WzViyz3ERICQXGZd89Rx6U/Q7HFMWn6Ibf1YQG76xnE5qRxq4Jxjc9SCpnj jI1mwW5PQJd0blrgjZBssBPG0aVwM6yP3WWVDn5OoeUdGsmeFzAFYUb7Qr3n9Nk3ZjeBVXHm+OLz br1h/m5fINtNTeu3D28=; From: Greg Kroah-Hartman Subject: [PATCH 3.14 013/130] tools: Add a "make all" rule X-Mailer: git-send-email 2.7.2 To: Cc: Greg Kroah-Hartman , , Kamal Mostafa , Pavel Machek , Jiri Olsa , Jonathan Cameron , Pali Rohar , Roberta Dobrescu , Arnaldo Carvalho de Melo Message-Id: <20160301234500.226972952@linuxfoundation.org> In-Reply-To: <20160301234459.768886030@linuxfoundation.org> References: <20160301234459.768886030@linuxfoundation.org> X-Report-Abuse: Please forward a copy of this message, including all headers, to abuse@mandrill.com X-Report-Abuse: You can also report abuse here: http://mandrillapp.com/contact/abuse?id=30481620.db05ddf557c64f5ea2aae38a416f1ea9 X-Mandrill-User: md_30481620 Date: Tue, 01 Mar 2016 23:51:14 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1477 Lines: 48 3.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Kamal Mostafa commit f6ba98c5dc78708cb7fd29950c4a50c4c7e88f95 upstream. Signed-off-by: Kamal Mostafa Acked-by: Pavel Machek Cc: Jiri Olsa Cc: Jonathan Cameron Cc: Pali Rohar Cc: Roberta Dobrescu Link: http://lkml.kernel.org/r/1447280736-2161-2-git-send-email-kamal@canonical.com Signed-off-by: Arnaldo Carvalho de Melo [ kamal: backport to 3.14-stable: build all tools for this version ] Signed-off-by: Kamal Mostafa Signed-off-by: Greg Kroah-Hartman --- tools/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) --- a/tools/Makefile +++ b/tools/Makefile @@ -24,6 +24,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.' @@ -58,6 +62,11 @@ turbostat x86_energy_perf_policy: FORCE tmon: FORCE $(call descend,thermal/$@) +all: acpi cgroup cpupower firewire lguest \ + perf selftests turbostat usb \ + virtio vm net x86_energy_perf_policy \ + tmon + acpi_install: $(call descend,power/$(@:_install=),install)