From: Bodo Eggert <7eggert@gmx.de> Date: Wed, 23 Nov 2005 19:11:34 +0000 (+0100) Subject: kbuild: document INSTALL_MOD_PATH in 'make help' X-Git-Tag: v2.6.16-rc1~474^2~22^2~4^2~15 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=9cc5d74c847dd3a9ea121b5bbca07bd5791c54ee;p=linux-2.6-omap-h63xx.git kbuild: document INSTALL_MOD_PATH in 'make help' Signed-Off-By: Bodo Eggert <7eggert@gmx.de> Signed-off-by: Sam Ravnborg --- diff --git a/Makefile b/Makefile index b7856d3b012..5f685b98916 100644 --- a/Makefile +++ b/Makefile @@ -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'