diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |