Sign in
linux
/
linux
/
kernel
/
git
/
gregkh
/
char-misc
/
b9a05d1d51e27681e8a1162d8f11c1820915e921
/
.
/
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