]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - tools/Makefile
Merge tag 'for-linus-docs-2012-05-02' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-bionic-kernel.git] / tools / Makefile
index c73c6357481cb9b0a662fef125ae2113067dc8e3..41067f304215b132e077d569a5c2e8a79d382e2b 100644 (file)
@@ -35,7 +35,13 @@ help:
 cpupower: FORCE
        $(call descend,power/$@)
 
-cgroup firewire lguest perf usb virtio vm net: FORCE
+cgroup firewire guest usb virtio vm net: FORCE
+       $(call descend,$@)
+
+liblk: FORCE
+       $(call descend,lib/lk)
+
+perf: liblk FORCE
        $(call descend,$@)
 
 selftests: FORCE
@@ -63,7 +69,13 @@ install: cgroup_install cpupower_install firewire_install lguest_install \
 cpupower_clean:
        $(call descend,power/cpupower,clean)
 
-cgroup_clean firewire_clean lguest_clean perf_clean usb_clean virtio_clean vm_clean net_clean:
+cgroup_clean firewire_clean lguest_clean usb_clean virtio_clean vm_clean net_clean:
+       $(call descend,$(@:_clean=),clean)
+
+liblk_clean:
+       $(call descend,lib/lk,clean)
+
+perf_clean: liblk_clean
        $(call descend,$(@:_clean=),clean)
 
 selftests_clean: