index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
m68k
/
include
/
asm
/
module.lds.h
blob: fda94fa382430ed81e109724d3630cbd75b4e055 (
plain
)
1
2
3
4
5
6
7
SECTIONS
{
.
m68k_fixup
: {
__start_fixup
= .;
*(.
m68k_fixup
)
__stop_fixup
= .;
}
}