projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'metag-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...
[platform/adaptation/renesas_rcar/renesas_kernel.git]
/
arch
/
m68k
/
kernel
/
vmlinux.lds.S
1
#if defined(CONFIG_MMU) && !defined(CONFIG_COLDFIRE)
2
PHDRS
3
{
4
text PT_LOAD FILEHDR PHDRS FLAGS (7);
5
data PT_LOAD FLAGS (7);
6
}
7
#ifdef CONFIG_SUN3
8
#include "vmlinux-sun3.lds"
9
#else
10
#include "vmlinux-std.lds"
11
#endif
12
#else
13
#include "vmlinux-nommu.lds"
14
#endif