aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2025-06-03 03:12:54 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2025-06-07 14:38:07 +0900
commite21efe833eae4e2a56c2c2a11caae870a65926fa (patch)
tree952fd13f2d7506e80874da29f1fd129213347101 /arch/um/kernel
parentkbuild: set y instead of 1 to KBUILD_{BUILTIN,MODULES} (diff)
downloadlinux-e21efe833eae4e2a56c2c2a11caae870a65926fa.tar.gz
linux-e21efe833eae4e2a56c2c2a11caae870a65926fa.zip
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>
Diffstat (limited to 'arch/um/kernel')
-rw-r--r--arch/um/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/kernel/Makefile b/arch/um/kernel/Makefile
index 4df1cd0d2017..821bf4027a23 100644
--- a/arch/um/kernel/Makefile
+++ b/arch/um/kernel/Makefile
@@ -12,7 +12,7 @@ CPPFLAGS_vmlinux.lds := -DSTART=$(LDS_START) \
-DELF_ARCH=$(LDS_ELF_ARCH) \
-DELF_FORMAT=$(LDS_ELF_FORMAT) \
$(LDS_EXTRA)
-extra-y := vmlinux.lds
+always-$(KBUILD_BUILTIN) := vmlinux.lds
obj-y = config.o exec.o exitcode.o irq.o ksyms.o mem.o \
physmem.o process.o ptrace.o reboot.o sigio.o \