Commit c4d5ee67ce26503d7eaf2aca5bb13c58e89d1be8

Authored by Robert P. J. Day
Committed by Sam Ravnborg
1 parent 0c56042adc

kbuild: "make prepare" should be "make modules_prepare"

Correct the Makefile help text to read "make modules_prepare".

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -1293,7 +1293,7 @@
1293 1293 @echo ' dir/ - Build all files in dir and below'
1294 1294 @echo ' dir/file.[ois] - Build specified target only'
1295 1295 @echo ' dir/file.ko - Build module including final link'
1296   - @echo ' prepare - Set up for building external modules'
  1296 + @echo ' modules_prepare - Set up for building external modules'
1297 1297 @echo ' tags/TAGS - Generate tags file for editors'
1298 1298 @echo ' cscope - Generate cscope index'
1299 1299 @echo ' kernelrelease - Output the release version string'