Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
a43a8c39bbb493c9e93f6764b350de2e33e18e92
/
.
/
arch
/
m68k
/
kernel
/
vmlinux.lds.S
blob: 497b924f3c86c3df14b9b25bb2253c36ec5bb72c [
file
] [
log
] [
blame
]
#include <linux/config.h>
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