1
0
Fork 0
android_kernel_rockchip_tart/arch/m68k/include/asm/module.lds.h
2025-06-27 00:32:42 -05:00

7 lines
91 B
C

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