Lines Matching defs:head
93 # Select the assembler head startup code. Order is important. The default
94 # head code is first, processor specific selections can override it after.
96 head-y := arch/m68k/kernel/head.o
97 head-$(CONFIG_SUN3) := arch/m68k/kernel/sun3-head.o
98 head-$(CONFIG_M68000) := arch/m68k/68000/head.o
99 head-$(CONFIG_COLDFIRE) := arch/m68k/coldfire/head.o