From: "Xin Li (Intel)" <xin@zytor.com>
To: linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org
Cc: masahiroy@kernel.org, nathan@kernel.org, nicolas@fjasle.eu,
bp@alien8.de, hpa@zytor.com, sraithal@amd.com
Subject: [PATCH v1 1/1] kbuild: Add "make headers" to "make help" output
Date: Fri, 7 Mar 2025 20:04:51 -0800 [thread overview]
Message-ID: <20250308040451.585561-1-xin@zytor.com> (raw)
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
next reply other threads:[~2025-03-08 4:05 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-08 4:04 Xin Li (Intel) [this message]
2025-03-08 10:34 ` [PATCH v1 1/1] kbuild: Add "make headers" to "make help" output 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250308040451.585561-1-xin@zytor.com \
--to=xin@zytor.com \
--cc=bp@alien8.de \
--cc=hpa@zytor.com \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=masahiroy@kernel.org \
--cc=nathan@kernel.org \
--cc=nicolas@fjasle.eu \
--cc=sraithal@amd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox