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