aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBodo Eggert2005-11-23 13:11:34 -0600
committerSam Ravnborg2005-12-16 16:19:45 -0600
commit9cc5d74c847dd3a9ea121b5bbca07bd5791c54ee (patch)
treeadedbc2f70fa3c620c6e67cd47d294652a108a26 /Makefile
parent98a1e444111c9fd3f7a2b55225f7febf4209c020 (diff)
downloadkernel-video-9cc5d74c847dd3a9ea121b5bbca07bd5791c54ee.tar.gz
kernel-video-9cc5d74c847dd3a9ea121b5bbca07bd5791c54ee.tar.xz
kernel-video-9cc5d74c847dd3a9ea121b5bbca07bd5791c54ee.zip
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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7856d3b012..5f685b98916 100644
--- a/Makefile
+++ b/Makefile
@@ -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'