diff options
author | Bodo Eggert <7eggert@gmx.de> | 2005-11-23 20:11:34 +0100 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2005-12-16 23:19:45 +0100 |
commit | 9cc5d74c847dd3a9ea121b5bbca07bd5791c54ee (patch) | |
tree | adedbc2f70fa3c620c6e67cd47d294652a108a26 /Makefile | |
parent | 98a1e444111c9fd3f7a2b55225f7febf4209c020 (diff) | |
download | op-kernel-dev-9cc5d74c847dd3a9ea121b5bbca07bd5791c54ee.zip op-kernel-dev-9cc5d74c847dd3a9ea121b5bbca07bd5791c54ee.tar.gz |
kbuild: document INSTALL_MOD_PATH in 'make help'
Signed-Off-By: Bodo Eggert <7eggert@gmx.de>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1062,7 +1062,7 @@ help: @echo ' all - Build all targets marked with [*]' @echo '* vmlinux - Build the bare kernel' @echo '* modules - Build all modules' - @echo ' modules_install - Install all modules' + @echo ' modules_install - Install all modules to INSTALL_MOD_PATH (default: /)' @echo ' dir/ - Build all files in dir and below' @echo ' dir/file.[ois] - Build specified target only' @echo ' dir/file.ko - Build module including final link' |