projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'master'
[linux-2.6]
/
arch
/
arm26
/
kernel
/
vmlinux.lds.S
1
#include <linux/config.h>
2
3
#ifdef CONFIG_XIP_KERNEL
4
5
#include "vmlinux-arm26-xip.lds.in"
6
7
#else
8
9
#include "vmlinux-arm26.lds.in"
10
11
#endif
12