Commit bb6bdbcf authored by Adrian Bunk's avatar Adrian Bunk Committed by Sam Ravnborg

kbuild: [PATCH] document modules_install in "make help"

The patch below adds information about modules_install to "make help".
parent b36c92e7
...@@ -799,7 +799,8 @@ help: ...@@ -799,7 +799,8 @@ help:
@echo ' all - Build all targets marked with [*]' @echo ' all - Build all targets marked with [*]'
@echo '* vmlinux - Build the bare kernel' @echo '* vmlinux - Build the bare kernel'
@echo '* modules - Build all modules' @echo '* modules - Build all modules'
@echo ' dir/file.[ois]- Build specified target only' @echo ' modules_install - Install all modules'
@echo ' dir/file.[ois] - Build specified target only'
@echo ' rpm - Build a kernel as an RPM package' @echo ' rpm - Build a kernel as an RPM package'
@echo ' tags/TAGS - Generate tags file for editors' @echo ' tags/TAGS - Generate tags file for editors'
@echo '' @echo ''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment