From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752147AbbKPK6W (ORCPT ); Mon, 16 Nov 2015 05:58:22 -0500 Received: from terminus.zytor.com ([198.137.202.10]:51859 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751689AbbKPK6S (ORCPT ); Mon, 16 Nov 2015 05:58:18 -0500 Date: Mon, 16 Nov 2015 02:57:57 -0800 From: tip-bot for Kamal Mostafa Message-ID: Cc: acme@redhat.com, roberta.dobrescu@gmail.com, tglx@linutronix.de, mingo@kernel.org, kamal@canonical.com, linux-kernel@vger.kernel.org, jolsa@kernel.org, pali.rohar@gmail.com, hpa@zytor.com Reply-To: hpa@zytor.com, jolsa@kernel.org, pali.rohar@gmail.com, linux-kernel@vger.kernel.org, kamal@canonical.com, mingo@kernel.org, tglx@linutronix.de, roberta.dobrescu@gmail.com, acme@redhat.com In-Reply-To: <1447280736-2161-1-git-send-email-kamal@canonical.com> References: <1447280736-2161-1-git-send-email-kamal@canonical.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/urgent] tools: Actually install tmon in the install rule Git-Commit-ID: 836d525baada26e1a7462e87805337b9a9b729f6 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 836d525baada26e1a7462e87805337b9a9b729f6 Gitweb: http://git.kernel.org/tip/836d525baada26e1a7462e87805337b9a9b729f6 Author: Kamal Mostafa AuthorDate: Wed, 11 Nov 2015 14:25:33 -0800 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 12 Nov 2015 10:48:16 -0300 tools: Actually install tmon in the install rule Signed-off-by: Kamal Mostafa Cc: Jiri Olsa Cc: Pali Rohar Cc: Roberta Dobrescu Link: http://lkml.kernel.org/r/1447280736-2161-1-git-send-email-kamal@canonical.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index d6f307d..fa9d0a61 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -101,7 +101,7 @@ freefall_install: install: acpi_install cgroup_install cpupower_install hv_install firewire_install lguest_install \ perf_install selftests_install turbostat_install usb_install \ virtio_install vm_install net_install x86_energy_perf_policy_install \ - tmon freefall_install + tmon_install freefall_install acpi_clean: $(call descend,power/acpi,clean)