From f089d9b2c229bc5d565c13d333a6c86ae47e0b6c Mon Sep 17 00:00:00 2001 From: Chen Pei Date: Sat, 20 Dec 2025 20:54:34 +0800 Subject: [PATCH] docs: kbuild: Fix typos in makefiles.rst The correct command to generate header files is make headers_install. Signed-off-by: Chen Pei Acked-by: Randy Dunlap Signed-off-by: Jonathan Corbet Message-ID: <20251220125434.2430-1-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 8aef3650c1f32..24a4708d26e8e 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.47.3