summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Pei <cp0613@linux.alibaba.com>2025-12-20 20:54:34 +0800
committerJonathan Corbet <corbet@lwn.net>2025-12-22 14:39:44 -0700
commitf089d9b2c229bc5d565c13d333a6c86ae47e0b6c (patch)
treee1038e2ea77492dc5d47b36347f5b9c87f84df02
parent9448598b22c50c8a5bb77a9103e2d49f134c9578 (diff)
docs: kbuild: Fix typos in makefiles.rst
The correct command to generate header files is make headers_install. Signed-off-by: Chen Pei <cp0613@linux.alibaba.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20251220125434.2430-1-cp0613@linux.alibaba.com>
-rw-r--r--Documentation/kbuild/makefiles.rst2
1 files changed, 1 insertions, 1 deletions
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.