File tree Expand file tree Collapse file tree 21 files changed +21
-21
lines changed Expand file tree Collapse file tree 21 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 33# Makefile for the linux kernel.
44#
55
6- extra-y := vmlinux.lds
6+ always-$(KBUILD_BUILTIN) := vmlinux.lds
77asflags-y := $(KBUILD_CFLAGS )
88ccflags-y := -Wno-sign-compare
99
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ ifdef CONFIG_ISA_ARCOMPACT
2626CFLAGS_fpu.o += -mdpfp
2727endif
2828
29- extra-y := vmlinux.lds
29+ always-$(KBUILD_BUILTIN) := vmlinux.lds
Original file line number Diff line number Diff line change @@ -104,4 +104,4 @@ obj-$(CONFIG_HAVE_ARM_SMCCC) += smccc-call.o
104104
105105obj-$(CONFIG_GENERIC_CPU_VULNERABILITIES) += spectre.o
106106
107- extra-y := vmlinux.lds
107+ always-$(KBUILD_BUILTIN) := vmlinux.lds
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ $(obj)/vdso32-wrap.o: $(obj)/vdso32/vdso.so
7878
7979obj-y += probes/
8080obj-y += head.o
81- extra-y += vmlinux.lds
81+ always-$(KBUILD_BUILTIN) += vmlinux.lds
8282
8383ifeq ($(CONFIG_DEBUG_EFI ) ,y)
8484AFLAGS_head.o += -DVMLINUX_PATH="\"$(realpath $(objtree ) /vmlinux) \""
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-2.0-only
2- extra-y := vmlinux.lds
2+ always-$(KBUILD_BUILTIN) := vmlinux.lds
33
44obj-y += head.o entry.o atomic.o signal.o traps.o irq.o time.o vdso.o vdso/
55obj-y += power.o syscall.o syscall_table.o setup.o
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-2.0
2- extra-y := vmlinux.lds
2+ always-$(KBUILD_BUILTIN) := vmlinux.lds
33
44obj-y += head.o
55obj-$(CONFIG_SMP) += smp.o
Original file line number Diff line number Diff line change 55
66OBJECT_FILES_NON_STANDARD_head.o := y
77
8- extra-y := vmlinux.lds
8+ always-$(KBUILD_BUILTIN) := vmlinux.lds
99
1010obj-y += head.o cpu-probe.o cacheinfo.o env.o setup.o entry.o genex.o \
1111 traps.o irq.o idle.o process.o dma.o mem.o reset.o switch.o \
Original file line number Diff line number Diff line change 33# Makefile for the linux kernel.
44#
55
6- extra-y += vmlinux.lds
6+ always-$(KBUILD_BUILTIN) += vmlinux.lds
77
88obj-$(CONFIG_MMU_MOTOROLA) := head.o
99obj-$(CONFIG_SUN3) := sun3-head.o
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ CFLAGS_REMOVE_ftrace.o = -pg
1111CFLAGS_REMOVE_process.o = -pg
1212endif
1313
14- extra-y := vmlinux.lds
14+ always-$(KBUILD_BUILTIN) := vmlinux.lds
1515
1616obj-y += head.o dma.o exceptions.o \
1717 hw_exception_handler.o irq.o \
Original file line number Diff line number Diff line change 33# Makefile for the Linux/MIPS kernel.
44#
55
6- extra-y := vmlinux.lds
6+ always-$(KBUILD_BUILTIN) := vmlinux.lds
77
88obj-y += head.o branch.o cmpxchg.o elf.o entry.o genex.o idle.o irq.o \
99 process.o prom.o ptrace.o reset.o setup.o signal.o \
You can’t perform that action at this time.
0 commit comments