From: Xin Li (Intel) Date: Wed, 12 Mar 2025 03:34:21 +0000 (-0700) Subject: kbuild: Add a help message for "headers" X-Git-Tag: v6.15-rc1~11^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00e81f4fc15aff8efef529ce9a4dc020686ab854;p=thirdparty%2Flinux.git kbuild: Add a help message for "headers" Meanwhile explicitly state that the headers are uapi headers. Suggested-by: Borislav Petkov Signed-off-by: Xin Li (Intel) Signed-off-by: Masahiro Yamada --- diff --git a/Makefile b/Makefile index 22593a774cf61..5c333682dc914 100644 --- a/Makefile +++ b/Makefile @@ -1672,7 +1672,8 @@ help: @echo ' kernelrelease - Output the release version string (use with make -s)' @echo ' kernelversion - Output the version stored in Makefile (use with make -s)' @echo ' image_name - Output the image name (use with make -s)' - @echo ' headers_install - Install sanitised kernel headers to INSTALL_HDR_PATH'; \ + @echo ' headers - Build ready-to-install UAPI headers in usr/include' + @echo ' headers_install - Install sanitised kernel UAPI headers to INSTALL_HDR_PATH'; \ echo ' (default: $(INSTALL_HDR_PATH))'; \ echo '' @echo 'Static analysers:'