]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/m68k/kernel/vmlinux.lds.S
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild...
[linux-2.6-omap-h63xx.git] / arch / m68k / kernel / vmlinux.lds.S
1 PHDRS
2 {
3   text PT_LOAD FILEHDR PHDRS FLAGS (7);
4   data PT_LOAD FLAGS (7);
5 }
6 #ifdef CONFIG_SUN3
7 #include "vmlinux-sun3.lds"
8 #else
9 #include "vmlinux-std.lds"
10 #endif