aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKamal Mostafa <kamal@canonical.com>2015-11-11 17:25:33 -0500
committerArnaldo Carvalho de Melo <acme@redhat.com>2015-11-12 08:48:16 -0500
commit836d525baada26e1a7462e87805337b9a9b729f6 (patch)
treec66315968d10506f2d19e79d75d7a634a0245b77 /tools
parent41ac18ebfc429ce3f4d369ef07447d652999a0cd (diff)
tools: Actually install tmon in the install rule
Signed-off-by: Kamal Mostafa <kamal@canonical.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Pali Rohar <pali.rohar@gmail.com> Cc: Roberta Dobrescu <roberta.dobrescu@gmail.com> Link: http://lkml.kernel.org/r/1447280736-2161-1-git-send-email-kamal@canonical.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index d6f307dfb1a3..fa9d0a614d97 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -101,7 +101,7 @@ freefall_install:
101install: acpi_install cgroup_install cpupower_install hv_install firewire_install lguest_install \ 101install: acpi_install cgroup_install cpupower_install hv_install firewire_install lguest_install \
102 perf_install selftests_install turbostat_install usb_install \ 102 perf_install selftests_install turbostat_install usb_install \
103 virtio_install vm_install net_install x86_energy_perf_policy_install \ 103 virtio_install vm_install net_install x86_energy_perf_policy_install \
104 tmon freefall_install 104 tmon_install freefall_install
105 105
106acpi_clean: 106acpi_clean:
107 $(call descend,power/acpi,clean) 107 $(call descend,power/acpi,clean)