repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/driver...
[linux-2.6/verdex.git]
/
arch
/
m68k
/
kernel
/
vmlinux.lds.S
blob
497b924f3c86c3df14b9b25bb2253c36ec5bb72c
1
#include <linux/config.h>
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