Linux kbuild/kconfig development
 help / color / mirror / Atom feed
* [PATCH v1 1/1] kbuild: Add "make headers" to "make help" output
@ 2025-03-08  4:04 Xin Li (Intel)
  2025-03-08 10:34 ` Borislav Petkov
  2025-03-08 15:12 ` Masahiro Yamada
  0 siblings, 2 replies; 16+ messages in thread
From: Xin Li (Intel) @ 2025-03-08  4:04 UTC (permalink / raw)
  To: linux-kernel, linux-kbuild; +Cc: masahiroy, nathan, nicolas, bp, hpa, sraithal

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>
---
 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


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2025-03-11  2:44 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-08  4:04 [PATCH v1 1/1] kbuild: Add "make headers" to "make help" output Xin Li (Intel)
2025-03-08 10:34 ` Borislav Petkov
2025-03-08 15:15   ` Masahiro Yamada
2025-03-08 16:34     ` Borislav Petkov
2025-03-08 15:12 ` Masahiro Yamada
2025-03-08 16:01   ` H. Peter Anvin
2025-03-08 16:41     ` Borislav Petkov
2025-03-08 16:47       ` H. Peter Anvin
2025-03-08 16:49         ` Borislav Petkov
2025-03-10  6:22   ` Xin Li
2025-03-11  1:52     ` Masahiro Yamada
2025-03-11  2:13       ` Masahiro Yamada
2025-03-11  2:17         ` Xin Li
2025-03-11  2:19       ` Xin Li
2025-03-11  2:40         ` Masahiro Yamada
2025-03-11  2:43           ` Xin Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox