]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/m68k/kernel/vmlinux.lds.S
Merge tag 'for-linus-4.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-artful-kernel.git] / arch / m68k / kernel / vmlinux.lds.S
CommitLineData
ed865e31 1#if defined(CONFIG_MMU) && !defined(CONFIG_COLDFIRE)
40c1b9cf
GU
2PHDRS
3{
4 text PT_LOAD FILEHDR PHDRS FLAGS (7);
5 data PT_LOAD FLAGS (7);
6}
7#ifdef CONFIG_SUN3
8#include "vmlinux-sun3.lds"
1da177e4 9#else
40c1b9cf
GU
10#include "vmlinux-std.lds"
11#endif
12#else
13#include "vmlinux-nommu.lds"
1da177e4 14#endif