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>,
	"Pali Rohár" <pali.rohar@gmail.com>,
	"Roberta Dobrescu" <roberta.dobrescu@gmail.com>
Subject: [PATCH 1/2] tools: Actually install tmon in the install rule
Date: Wed, 11 Nov 2015 14:25:33 -0800	[thread overview]
Message-ID: <1447280736-2161-1-git-send-email-kamal@canonical.com> (raw)

Signed-off-by: Kamal Mostafa <kamal@canonical.com>
---
 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


             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 Kamal Mostafa [this message]
2015-11-11 22:25 ` [PATCH 2/2] tools: Add a "make all" rule Kamal Mostafa
2015-11-12 21:16   ` 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-1-git-send-email-kamal@canonical.com \
    --to=kamal@canonical.com \
    --cc=acme@redhat.com \
    --cc=jolsa@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pali.rohar@gmail.com \
    --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.