diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1181,6 +1181,7 @@ help: | |||
1181 | @echo ' dir/ - Build all files in dir and below' | 1181 | @echo ' dir/ - Build all files in dir and below' |
1182 | @echo ' dir/file.[ois] - Build specified target only' | 1182 | @echo ' dir/file.[ois] - Build specified target only' |
1183 | @echo ' dir/file.ko - Build module including final link' | 1183 | @echo ' dir/file.ko - Build module including final link' |
1184 | @echo ' prepare - Set up for building external modules' | ||
1184 | @echo ' tags/TAGS - Generate tags file for editors' | 1185 | @echo ' tags/TAGS - Generate tags file for editors' |
1185 | @echo ' cscope - Generate cscope index' | 1186 | @echo ' cscope - Generate cscope index' |
1186 | @echo ' kernelrelease - Output the release version string' | 1187 | @echo ' kernelrelease - Output the release version string' |