On Tue, Jun 03, 2025 at 03:12:54AM +0900, Masahiro Yamada wrote: > The extra-y syntax is deprecated. Instead, use always-$(KBUILD_BUILTIN), > which behaves equivalently. > > Signed-off-by: Masahiro Yamada <masahi...@kernel.org> > --- > > arch/alpha/kernel/Makefile | 2 +- > arch/arc/kernel/Makefile | 2 +- > arch/arm/kernel/Makefile | 2 +- > arch/arm64/kernel/Makefile | 2 +- > arch/csky/kernel/Makefile | 2 +- > arch/hexagon/kernel/Makefile | 2 +- > arch/loongarch/kernel/Makefile | 2 +- > arch/m68k/kernel/Makefile | 2 +- > arch/microblaze/kernel/Makefile | 2 +- > arch/mips/kernel/Makefile | 2 +- > arch/nios2/kernel/Makefile | 2 +- > arch/openrisc/kernel/Makefile | 2 +- > arch/parisc/kernel/Makefile | 2 +- > arch/powerpc/kernel/Makefile | 2 +- > arch/riscv/kernel/Makefile | 2 +- > arch/s390/kernel/Makefile | 2 +- > arch/sh/kernel/Makefile | 2 +- > arch/sparc/kernel/Makefile | 2 +- > arch/um/kernel/Makefile | 2 +- > arch/x86/kernel/Makefile | 2 +- > arch/xtensa/kernel/Makefile | 2 +- > 21 files changed, 21 insertions(+), 21 deletions(-) >
Reviewed-by: Nicolas Schier <n.sch...@avm.de>