Home
last modified time | relevance | path

Searched hist:"2429742 e506a2b5939a62c629c4a46d91df0ada8" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile2429742e506a2b5939a62c629c4a46d91df0ada8 Wed Aug 23 06:50:41 CDT 2023 Masahiro Yamada <masahiroy@kernel.org> kbuild: do not run depmod for 'make modules_sign'

Commit 961ab4a3cd66 ("kbuild: merge scripts/Makefile.modsign to
scripts/Makefile.modinst") started to run depmod at the end of
'make modules_sign'.

Move the depmod rule to scripts/Makefile.modinst and run it only when
$(modules_sign_only) is empty.

Fixes: 961ab4a3cd66 ("kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinst")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>