]> git.itanic.dy.fi Git - linux-stable/commit
kbuild: remove ARCH_POSTLINK from module builds
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 18 Oct 2023 15:19:47 +0000 (00:19 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 28 Oct 2023 12:10:08 +0000 (21:10 +0900)
commit7f6d8f7e43fb516f060cf71672a922031aa5faa9
tree2e350ad484991bdb1ec73c4376a9f05daf7dc141
parent9d361173edc4f8c25440f6db3ab46f5ab7c107cf
kbuild: remove ARCH_POSTLINK from module builds

The '%.ko' rule in arch/*/Makefile.postlink does nothing but call the
'true' command.

Remove the unneeded code.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <n.schier@avm.de>
arch/mips/Makefile.postlink
arch/powerpc/Makefile.postlink
arch/riscv/Makefile.postlink
arch/x86/Makefile.postlink
scripts/Makefile.modfinal