android_kernel_cmhtcleo/arch/m68k/kernel/module.lds

8 lines
91 B
Plaintext
Raw Normal View History

2010-08-27 09:19:57 +00:00
SECTIONS {
.m68k_fixup : {
__start_fixup = .;
*(.m68k_fixup)
__stop_fixup = .;
}
}