kbuild: move depmod rule to scripts/Makefile.modinst
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 23 Aug 2023 11:50:43 +0000 (20:50 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 29 Aug 2023 13:38:23 +0000 (22:38 +0900)
commit79b96c332241c06b4c63cfa0e23a539558b79b90
tree4ee58486fb571dd15c83edfaf861d0d253222df1
parenteb931e12194b69b59e6badb06cf1b53e6106ccee
kbuild: move depmod rule to scripts/Makefile.modinst

depmod is a part of the module installation.

scripts/Makefile.modinst is a better place to run it.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Makefile
scripts/Makefile.modinst
scripts/depmod.sh