blob: 26359968744ef1e9d5e40937e3ac4055d3a7bf2a [file] [log] [blame]
Masahiro Yamadace697cc2022-09-25 03:19:15 +09001# Head objects
2#
3# The objects listed here are placed at the head of vmlinux. A typical use-case
4# is an object that contains the entry point. This is kept for compatibility
5# with head-y, which Kbuild used to support.
6#
7# A counter approach is to control the section placement by the linker script.
8# The code marked as __HEAD goes into the ".head.text" section, which is placed
9# before the normal ".text" section.
10#
11# If you can achieve the correct code ordering by linker script, please delete
12# the entry from this file.
13#
14arch/alpha/kernel/head.o
15arch/arc/kernel/head.o
16arch/arm/kernel/head-nommu.o
17arch/arm/kernel/head.o
Masahiro Yamadace697cc2022-09-25 03:19:15 +090018arch/csky/kernel/head.o
19arch/hexagon/kernel/head.o
20arch/ia64/kernel/head.o
21arch/loongarch/kernel/head.o
22arch/m68k/68000/head.o
23arch/m68k/coldfire/head.o
24arch/m68k/kernel/head.o
25arch/m68k/kernel/sun3-head.o
26arch/microblaze/kernel/head.o
27arch/mips/kernel/head.o
28arch/nios2/kernel/head.o
29arch/openrisc/kernel/head.o
30arch/parisc/kernel/head.o
31arch/powerpc/kernel/head_40x.o
32arch/powerpc/kernel/head_44x.o
33arch/powerpc/kernel/head_64.o
34arch/powerpc/kernel/head_8xx.o
Linus Torvalds8afc66e2022-10-10 12:00:45 -070035arch/powerpc/kernel/head_85xx.o
Masahiro Yamadace697cc2022-09-25 03:19:15 +090036arch/powerpc/kernel/head_book3s_32.o
Nicholas Piggin27be2452023-06-06 23:24:47 +100037arch/powerpc/kernel/prom_entry_64.o
Masahiro Yamadace697cc2022-09-25 03:19:15 +090038arch/powerpc/kernel/fpu.o
39arch/powerpc/kernel/vector.o
40arch/powerpc/kernel/prom_init.o
Masahiro Yamadace697cc2022-09-25 03:19:15 +090041arch/s390/kernel/head64.o
42arch/sh/kernel/head_32.o
43arch/sparc/kernel/head_32.o
44arch/sparc/kernel/head_64.o
Masahiro Yamadace697cc2022-09-25 03:19:15 +090045arch/xtensa/kernel/head.o