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 3
3
# Makefile for the linux kernel.
4
4
#
5
5
6
- extra-y := vmlinux.lds
6
+ always-$(KBUILD_BUILTIN) := vmlinux.lds
7
7
asflags-y := $(KBUILD_CFLAGS )
8
8
ccflags-y := -Wno-sign-compare
9
9
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ ifdef CONFIG_ISA_ARCOMPACT
26
26
CFLAGS_fpu.o += -mdpfp
27
27
endif
28
28
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
104
104
105
105
obj-$(CONFIG_GENERIC_CPU_VULNERABILITIES) += spectre.o
106
106
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
78
78
79
79
obj-y += probes/
80
80
obj-y += head.o
81
- extra-y += vmlinux.lds
81
+ always-$(KBUILD_BUILTIN) += vmlinux.lds
82
82
83
83
ifeq ($(CONFIG_DEBUG_EFI ) ,y)
84
84
AFLAGS_head.o += -DVMLINUX_PATH="\"$(realpath $(objtree ) /vmlinux) \""
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: GPL-2.0-only
2
- extra-y := vmlinux.lds
2
+ always-$(KBUILD_BUILTIN) := vmlinux.lds
3
3
4
4
obj-y += head.o entry.o atomic.o signal.o traps.o irq.o time.o vdso.o vdso/
5
5
obj-y += power.o syscall.o syscall_table.o setup.o
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: GPL-2.0
2
- extra-y := vmlinux.lds
2
+ always-$(KBUILD_BUILTIN) := vmlinux.lds
3
3
4
4
obj-y += head.o
5
5
obj-$(CONFIG_SMP) += smp.o
Original file line number Diff line number Diff line change 5
5
6
6
OBJECT_FILES_NON_STANDARD_head.o := y
7
7
8
- extra-y := vmlinux.lds
8
+ always-$(KBUILD_BUILTIN) := vmlinux.lds
9
9
10
10
obj-y += head.o cpu-probe.o cacheinfo.o env.o setup.o entry.o genex.o \
11
11
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 3
3
# Makefile for the linux kernel.
4
4
#
5
5
6
- extra-y += vmlinux.lds
6
+ always-$(KBUILD_BUILTIN) += vmlinux.lds
7
7
8
8
obj-$(CONFIG_MMU_MOTOROLA) := head.o
9
9
obj-$(CONFIG_SUN3) := sun3-head.o
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ CFLAGS_REMOVE_ftrace.o = -pg
11
11
CFLAGS_REMOVE_process.o = -pg
12
12
endif
13
13
14
- extra-y := vmlinux.lds
14
+ always-$(KBUILD_BUILTIN) := vmlinux.lds
15
15
16
16
obj-y += head.o dma.o exceptions.o \
17
17
hw_exception_handler.o irq.o \
Original file line number Diff line number Diff line change 3
3
# Makefile for the Linux/MIPS kernel.
4
4
#
5
5
6
- extra-y := vmlinux.lds
6
+ always-$(KBUILD_BUILTIN) := vmlinux.lds
7
7
8
8
obj-y += head.o branch.o cmpxchg.o elf.o entry.o genex.o idle.o irq.o \
9
9
process.o prom.o ptrace.o reset.o setup.o signal.o \
You can’t perform that action at this time.
0 commit comments