android_kernel_samsung_a7y1.../arch/m68k/kernel/vmlinux.lds.S
2023-04-06 22:47:12 +02:00

15 lines
258 B
ArmAsm

#if defined(CONFIG_MMU) && !defined(CONFIG_COLDFIRE)
PHDRS
{
text PT_LOAD FILEHDR PHDRS FLAGS (7);
data PT_LOAD FLAGS (7);
}
#ifdef CONFIG_SUN3
#include "vmlinux-sun3.lds"
#else
#include "vmlinux-std.lds"
#endif
#else
#include "vmlinux-nommu.lds"
#endif