forked from Minki/linux
[PATCH] kbuild: add kernelrelease to 'make help'
Dunno if there was a conscious decision to leave it out, but if you're happy with adding some help text for it here's a patch against 2.6.13-mm1.. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
parent
87fc767b83
commit
6d12884259
1
Makefile
1
Makefile
@ -1053,6 +1053,7 @@ help:
|
|||||||
@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 ' cscope - Generate cscope index'
|
@echo ' cscope - Generate cscope index'
|
||||||
|
@echo ' kernelrelease - Output the release version string'
|
||||||
@echo ''
|
@echo ''
|
||||||
@echo 'Static analysers'
|
@echo 'Static analysers'
|
||||||
@echo ' buildcheck - List dangling references to vmlinux discarded sections'
|
@echo ' buildcheck - List dangling references to vmlinux discarded sections'
|
||||||
|
Loading…
Reference in New Issue
Block a user