All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] tools: Actually install tmon in the install rule
@ 2015-11-11 22:25 Kamal Mostafa
  2015-11-11 22:25 ` [PATCH 2/2] tools: Add a "make all" rule Kamal Mostafa
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kamal Mostafa @ 2015-11-11 22:25 UTC (permalink / raw)
  To: linux-kernel
  Cc: Kamal Mostafa, Arnaldo Carvalho de Melo, Jiri Olsa,
	Pali Rohár, Roberta Dobrescu

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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-11-16 10:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-11 22:25 [PATCH 1/2] tools: Actually install tmon in the install rule Kamal Mostafa
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

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.