mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
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>
This commit is contained in:
parent
9448598b22
commit
f089d9b2c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue