This website works better with JavaScript.
Explore
Help
Sign In
jenna
/
kernel_samsung_sm7125
Watch
1
Star
0
Fork
You've already forked kernel_samsung_sm7125
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61914
Commits
5
Branches
0
Tags
1.2 GiB
Tag:
Branch:
Tree:
88f8bb780e
fifteen
fourteen
tirimbino
urubino
urubino-ksu
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '88f8bb780e'
${ noResults }
kernel_samsung_sm7125
/
arch
/
um
/
kernel
/
vmlinux.lds.S
6 lines
86 B
Raw
Normal View
History
Unescape
Escape
[PATCH] uml: include the linker script rather than symlink it Make vmlinux.lds.S include appopriate script instead of playing games with symlinks. Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
20 years ago
#
ifdef
C
O
N
F
I
G
_
L
D
_
S
C
R
I
P
T
_
S
T
A
T
I
C
#
include
"
u
m
l
.
l
d
s
.
S
"
#
else
#
include
"
d
y
n
.
l
d
s
.
S
"
#
endif