summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorKamal Mostafa <kamal@canonical.com>2015-11-11 14:25:33 -0800
committerArnaldo Carvalho de Melo <acme@redhat.com>2015-11-12 10:48:16 -0300
commit836d525baada26e1a7462e87805337b9a9b729f6 (patch)
treec66315968d10506f2d19e79d75d7a634a0245b77 /tools/Makefile
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/Makefile')
-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:
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)