/arch/m68k/kernel/vmlinux.lds.S
https://bitbucket.org/evzijst/gittest · Assembly · 11 lines · 11 code · 0 blank · 0 comment · 0 complexity · b42dd3ed559452c126cd71569d7659a1 MD5 · raw file
- #include <linux/config.h>
- PHDRS
- {
- text PT_LOAD FILEHDR PHDRS FLAGS (7);
- data PT_LOAD FLAGS (7);
- }
- #ifdef CONFIG_SUN3
- #include "vmlinux-sun3.lds"
- #else
- #include "vmlinux-std.lds"
- #endif