From: Andrew Morton Signed-off-by: Andrew Morton --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff -puN Makefile~git-hdrinstall-fixup Makefile --- a/Makefile~git-hdrinstall-fixup +++ a/Makefile @@ -1042,6 +1042,8 @@ help: @echo ' cscope - Generate cscope index' @echo ' kernelrelease - Output the release version string' @echo ' kernelversion - Output the version stored in Makefile' + @echo ' headers_install - Install sanitised kernel headers to INSTALL_HDR_PATH' + @echo ' (default: /usr/include)' @echo '' @echo 'Static analysers' @echo ' checkstack - Generate a list of stack hogs' _