]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - tools/Makefile
tools: Connect to the kernel build system
[mirror_ubuntu-bionic-kernel.git] / tools / Makefile
index f87c0ec63e6c5bef12330a2cff62074b5ebc8ffe..3ae43947a171f3d9924a22898fe1e410beb89a98 100644 (file)
@@ -14,6 +14,16 @@ help:
        @echo '  vm         - misc vm tools'
        @echo '  x86_energy_perf_policy - Intel energy policy tool'
        @echo ''
+       @echo 'You can do:'
+       @echo ' $$ make -C tools/<tool>_install'
+       @echo ''
+       @echo '  from the kernel command line to build and install one of'
+       @echo '  the tools above'
+       @echo ''
+       @echo '  $$ make tools/install'
+       @echo ''
+       @echo '  installs all tools.'
+       @echo ''
        @echo 'Cleaning targets:'
        @echo ''
        @echo '  all of the above with the "_clean" string appended cleans'