diff options
author | Kamal Mostafa <kamal@canonical.com> | 2015-11-11 14:25:33 -0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-11-12 10:48:16 -0300 |
commit | 836d525baada26e1a7462e87805337b9a9b729f6 (patch) | |
tree | c66315968d10506f2d19e79d75d7a634a0245b77 | |
parent | 41ac18ebfc429ce3f4d369ef07447d652999a0cd (diff) | |
download | linux-stable-836d525baada26e1a7462e87805337b9a9b729f6.tar.gz linux-stable-836d525baada26e1a7462e87805337b9a9b729f6.tar.bz2 linux-stable-836d525baada26e1a7462e87805337b9a9b729f6.zip |
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>
-rw-r--r-- | tools/Makefile | 2 |
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) |