mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-16 17:43:56 +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
|