xref
: /
linux
/
arch
/
x86
/
kernel
/
vmlinux.lds.S
(revision 6a3335b43342b42dd6c69b4bbbde15d622cb49ca)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifdef
CONFIG_X86_32
2
#
include
"
vmlinux_32.lds.S
"
3
#
else
4
#
include
"
vmlinux_64.lds.S
"
5
#
endif
6