aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile16
1 files changed, 14 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index fa36565b209d..6aaeb6cd867d 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -34,7 +34,13 @@ help:
34cpupower: FORCE 34cpupower: FORCE
35 $(call descend,power/$@) 35 $(call descend,power/$@)
36 36
37cgroup firewire lguest perf usb virtio vm: FORCE 37cgroup firewire guest usb virtio vm: FORCE
38 $(call descend,$@)
39
40liblk: FORCE
41 $(call descend,lib/lk)
42
43perf: liblk FORCE
38 $(call descend,$@) 44 $(call descend,$@)
39 45
40selftests: FORCE 46selftests: FORCE
@@ -62,7 +68,13 @@ install: cgroup_install cpupower_install firewire_install lguest_install \
62cpupower_clean: 68cpupower_clean:
63 $(call descend,power/cpupower,clean) 69 $(call descend,power/cpupower,clean)
64 70
65cgroup_clean firewire_clean lguest_clean perf_clean usb_clean virtio_clean vm_clean: 71cgroup_clean firewire_clean lguest_clean usb_clean virtio_clean vm_clean:
72 $(call descend,$(@:_clean=),clean)
73
74liblk_clean:
75 $(call descend,lib/lk,clean)
76
77perf_clean: liblk_clean
66 $(call descend,$(@:_clean=),clean) 78 $(call descend,$(@:_clean=),clean)
67 79
68selftests_clean: 80selftests_clean: