kernel/arch/m68k/include/asm/module.lds.h

8 lines
91 B
C
Raw Normal View History

2024-07-22 17:22:30 +08:00
SECTIONS {
.m68k_fixup : {
__start_fixup = .;
*(.m68k_fixup)
__stop_fixup = .;
}
}