mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
11 lines
163 B
ArmAsm
11 lines
163 B
ArmAsm
|
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
|