diff options
author | Bodo Eggert <7eggert@gmx.de> | 2005-11-23 14:11:34 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2005-12-16 17:19:45 -0500 |
commit | 9cc5d74c847dd3a9ea121b5bbca07bd5791c54ee (patch) | |
tree | adedbc2f70fa3c620c6e67cd47d294652a108a26 /Makefile | |
parent | 98a1e444111c9fd3f7a2b55225f7febf4209c020 (diff) |
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: | |||
1062 | @echo ' all - Build all targets marked with [*]' | 1062 | @echo ' all - Build all targets marked with [*]' |
1063 | @echo '* vmlinux - Build the bare kernel' | 1063 | @echo '* vmlinux - Build the bare kernel' |
1064 | @echo '* modules - Build all modules' | 1064 | @echo '* modules - Build all modules' |
1065 | @echo ' modules_install - Install all modules' | 1065 | @echo ' modules_install - Install all modules to INSTALL_MOD_PATH (default: /)' |
1066 | @echo ' dir/ - Build all files in dir and below' | 1066 | @echo ' dir/ - Build all files in dir and below' |
1067 | @echo ' dir/file.[ois] - Build specified target only' | 1067 | @echo ' dir/file.[ois] - Build specified target only' |
1068 | @echo ' dir/file.ko - Build module including final link' | 1068 | @echo ' dir/file.ko - Build module including final link' |