dect
/
linux-2.6
Archived
13
0
Fork 0

kbuild: document INSTALL_MOD_PATH in 'make help'

Signed-Off-By: Bodo Eggert <7eggert@gmx.de>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
Bodo Eggert 2005-11-23 20:11:34 +01:00 committed by Sam Ravnborg
parent 98a1e44411
commit 9cc5d74c84
1 changed files with 1 additions and 1 deletions

View File

@ -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'