Linux kbuild/kconfig development
 help / color / mirror / Atom feed
* [PATCH] docs: kbuild: Fix typos in makefiles.rst
@ 2025-12-20 12:54 cp0613
  2025-12-20 19:31 ` Randy Dunlap
  2025-12-22 21:40 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: cp0613 @ 2025-12-20 12:54 UTC (permalink / raw)
  To: nathan, nsc, corbet; +Cc: linux-kbuild, linux-doc, linux-kernel, Chen Pei

From: Chen Pei <cp0613@linux.alibaba.com>

The correct command to generate header files is
make headers_install.

Signed-off-by: Chen Pei <cp0613@linux.alibaba.com>
---
 Documentation/kbuild/makefiles.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/kbuild/makefiles.rst b/Documentation/kbuild/makefiles.rst
index 8aef3650c1f3..24a4708d26e8 100644
--- a/Documentation/kbuild/makefiles.rst
+++ b/Documentation/kbuild/makefiles.rst
@@ -1264,7 +1264,7 @@ Add prerequisites to archheaders
 --------------------------------
 
 The archheaders: rule is used to generate header files that
-may be installed into user space by ``make header_install``.
+may be installed into user space by ``make headers_install``.
 
 It is run before ``make archprepare`` when run on the
 architecture itself.
-- 
2.50.1


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

end of thread, other threads:[~2025-12-22 21:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-20 12:54 [PATCH] docs: kbuild: Fix typos in makefiles.rst cp0613
2025-12-20 19:31 ` Randy Dunlap
2025-12-22 21:40 ` Jonathan Corbet

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