kbuild: doc: Update default INSTALL_MOD_DIR from extra to updates
[ Upstream commit 07d4cc2e7444356faac6552d0688a1670cc9d749 ] The default INSTALL_MOD_DIR was changed from 'extra' to 'updates' in commitb74d7bb7ca
("kbuild: Modify default INSTALL_MOD_DIR from extra to updates"). This commit updates the documentation to align with the latest kernel. Fixes:b74d7bb7ca
("kbuild: Modify default INSTALL_MOD_DIR from extra to updates") Signed-off-by: Mark-PK Tsai <mark-pk.tsai@mediatek.com> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
8fd89aa382
commit
4edc6c5b31
|
@ -128,7 +128,7 @@ executed to make module versioning work.
|
||||||
|
|
||||||
modules_install
|
modules_install
|
||||||
Install the external module(s). The default location is
|
Install the external module(s). The default location is
|
||||||
/lib/modules/<kernel_release>/extra/, but a prefix may
|
/lib/modules/<kernel_release>/updates/, but a prefix may
|
||||||
be added with INSTALL_MOD_PATH (discussed in section 5).
|
be added with INSTALL_MOD_PATH (discussed in section 5).
|
||||||
|
|
||||||
clean
|
clean
|
||||||
|
@ -417,7 +417,7 @@ directory:
|
||||||
|
|
||||||
And external modules are installed in:
|
And external modules are installed in:
|
||||||
|
|
||||||
/lib/modules/$(KERNELRELEASE)/extra/
|
/lib/modules/$(KERNELRELEASE)/updates/
|
||||||
|
|
||||||
5.1 INSTALL_MOD_PATH
|
5.1 INSTALL_MOD_PATH
|
||||||
--------------------
|
--------------------
|
||||||
|
@ -438,10 +438,10 @@ And external modules are installed in:
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
External modules are by default installed to a directory under
|
External modules are by default installed to a directory under
|
||||||
/lib/modules/$(KERNELRELEASE)/extra/, but you may wish to
|
/lib/modules/$(KERNELRELEASE)/updates/, but you may wish to
|
||||||
locate modules for a specific functionality in a separate
|
locate modules for a specific functionality in a separate
|
||||||
directory. For this purpose, use INSTALL_MOD_DIR to specify an
|
directory. For this purpose, use INSTALL_MOD_DIR to specify an
|
||||||
alternative name to "extra."::
|
alternative name to "updates."::
|
||||||
|
|
||||||
$ make INSTALL_MOD_DIR=gandalf -C $KDIR \
|
$ make INSTALL_MOD_DIR=gandalf -C $KDIR \
|
||||||
M=$PWD modules_install
|
M=$PWD modules_install
|
||||||
|
|
Loading…
Reference in New Issue