Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 243f40ce authored by Valdis Kletnieks's avatar Valdis Kletnieks Committed by Sam Ravnborg
Browse files

kbuild: document 'make prepare' in 'make help'



The output of 'make help' covers a lot of options, but doesn't include
a listing for 'make prepare'.  Here's a one-liner to fix that...

Signed-off-by: default avatarValdis Kletnieks <valdis.kletnieks@vt.edu>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 1d3b3bfa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1181,6 +1181,7 @@ help:
	@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'
	@echo  '  prepare         - Set up for building external modules'
	@echo  '  tags/TAGS	  - Generate tags file for editors'
	@echo  '  cscope	  - Generate cscope index'
	@echo  '  kernelrelease	  - Output the release version string'