[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250308040451.585561-1-xin@zytor.com>
Date: Fri, 7 Mar 2025 20:04:51 -0800
From: "Xin Li (Intel)" <xin@...or.com>
To: linux-kernel@...r.kernel.org, linux-kbuild@...r.kernel.org
Cc: masahiroy@...nel.org, nathan@...nel.org, nicolas@...sle.eu, bp@...en8.de,
hpa@...or.com, sraithal@....com
Subject: [PATCH v1 1/1] kbuild: Add "make headers" to "make help" output
Meanwhile explicitly state that the headers are uapi headers.
Suggested-by: Borislav Petkov <bp@...en8.de>
Signed-off-by: Xin Li (Intel) <xin@...or.com>
---
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 70bdbf2218fc..8f5aa710105e 100644
--- a/Makefile
+++ b/Makefile
@@ -1659,7 +1659,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 - Install sanitised kernel uapi headers to usr/include'
+ @echo ' headers_install - Install sanitised kernel uapi headers to INSTALL_HDR_PATH'; \
echo ' (default: $(INSTALL_HDR_PATH))'; \
echo ''
@echo 'Static analysers:'
base-commit: 7eb172143d5508b4da468ed59ee857c6e5e01da6
--
2.48.1
Powered by blists - more mailing lists