Skip to content

Commit

Permalink
kbuild: document INSTALL_MOD_PATH in 'make help'
Browse files Browse the repository at this point in the history
Signed-Off-By: Bodo Eggert <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
  • Loading branch information
7eggert authored and Sam Ravnborg committed Dec 16, 2005
1 parent 98a1e44 commit 9cc5d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9cc5d74

Please sign in to comment.