Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Xin Li (Intel) and committed by
Masahiro Yamada
00e81f4f 1c3107ec

+2 -1
+2 -1
Makefile
··· 1672 1672 @echo ' kernelrelease - Output the release version string (use with make -s)' 1673 1673 @echo ' kernelversion - Output the version stored in Makefile (use with make -s)' 1674 1674 @echo ' image_name - Output the image name (use with make -s)' 1675 - @echo ' headers_install - Install sanitised kernel headers to INSTALL_HDR_PATH'; \ 1675 + @echo ' headers - Build ready-to-install UAPI headers in usr/include' 1676 + @echo ' headers_install - Install sanitised kernel UAPI headers to INSTALL_HDR_PATH'; \ 1676 1677 echo ' (default: $(INSTALL_HDR_PATH))'; \ 1677 1678 echo '' 1678 1679 @echo 'Static analysers:'