mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
14 lines
258 B
ArmAsm
14 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
|