]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - Makefile
kbuild: support modules_sign for external modules as well
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 23 Aug 2023 11:50:48 +0000 (20:50 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 1 Sep 2023 06:58:17 +0000 (15:58 +0900)
commit151aeca2179290fb9eb63bb3ee60c47fffd86c5e
tree11588b20d7f5176e078f51b936c6048dd99a3af2
parent02e8487bbf1b68b29f7759154728071af08091cb
kbuild: support modules_sign for external modules as well

The modules_sign target is currently only available for in-tree modules,
but it actually works for external modules as well.

Move the modules_sign rule to the common part.

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