Skip to content

Commit 00e81f4

Browse files
xinli-intelmasahir0y
authored andcommitted
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>
1 parent 1c3107e commit 00e81f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,8 @@ help:
16721672
@echo ' kernelrelease - Output the release version string (use with make -s)'
16731673
@echo ' kernelversion - Output the version stored in Makefile (use with make -s)'
16741674
@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'; \
16761677
echo ' (default: $(INSTALL_HDR_PATH))'; \
16771678
echo ''
16781679
@echo 'Static analysers:'

0 commit comments

Comments
 (0)