kernel_samsung_a34x-permissive/arch/m68k/kernel/module.lds

8 lines
91 B
Plaintext
Raw Normal View History

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