arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds

The extra-y syntax is deprecated. Instead, use always-$(KBUILD_BUILTIN),
which behaves equivalently.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Reviewed-by: Nicolas Schier <n.schier@avm.de>
This commit is contained in:
Masahiro Yamada
2025-06-03 03:12:54 +09:00
parent 1bf807b8f7
commit e21efe833e
21 changed files with 21 additions and 21 deletions

View File

@@ -3,7 +3,7 @@
# Makefile for the linux kernel.
#
extra-y += vmlinux.lds
always-$(KBUILD_BUILTIN) += vmlinux.lds
CPPFLAGS_vmlinux.lds += -U$(UTS_MACHINE)