Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Chen Pei and committed by
Jonathan Corbet
f089d9b2 9448598b

+1 -1
+1 -1
Documentation/kbuild/makefiles.rst
··· 1264 1264 -------------------------------- 1265 1265 1266 1266 The archheaders: rule is used to generate header files that 1267 - may be installed into user space by ``make header_install``. 1267 + may be installed into user space by ``make headers_install``. 1268 1268 1269 1269 It is run before ``make archprepare`` when run on the 1270 1270 architecture itself.