[PATCH 1/4] kbuild: remove ARCH_POSTLINK from module builds
Nicolas Schier
n.schier at avm.de
Tue Oct 17 23:09:31 AEDT 2023
On Tue, Oct 17, 2023 at 07:37:39PM +0900, Masahiro Yamada wrote:
> The '%.ko' rule in arch/*/Makefile.postlink does nothing but call the
> 'true' command.
>
> Remove the meaningless code.
>
> Signed-off-by: Masahiro Yamada <masahiroy at kernel.org>
> ---
>
> arch/mips/Makefile.postlink | 3 ---
> arch/powerpc/Makefile.postlink | 3 ---
> arch/riscv/Makefile.postlink | 3 ---
> arch/x86/Makefile.postlink | 3 ---
> scripts/Makefile.modfinal | 5 +----
> 5 files changed, 1 insertion(+), 16 deletions(-)
Reviewed-by: Nicolas Schier <n.schier at avm.de>
More information about the Linuxppc-dev
mailing list