diff options
author | Xin Li (Intel) <xin@zytor.com> | 2025-03-11 20:34:21 -0700 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2025-03-22 23:50:58 +0900 |
commit | 00e81f4fc15aff8efef529ce9a4dc020686ab854 (patch) | |
tree | 2954c89bcb0e788898d2e90ab9efdd6cdaa76a3a /Makefile | |
parent | 1c3107ec73921088e55b7ff35861b9303962fd34 (diff) |
kbuild: Add a help message for "headers"
Meanwhile explicitly state that the headers are uapi headers.
Suggested-by: Borislav Petkov <bp@alien8.de>
Signed-off-by: Xin Li (Intel) <xin@zytor.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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:' |