Files
android_kernel_eebbk_sm6150/arch/m68k/kernel/module.lds
T

8 lines
91 B
Plaintext
Raw Normal View History

SECTIONS {
.m68k_fixup : {
__start_fixup = .;
*(.m68k_fixup)
__stop_fixup = .;
}
}