Merge branch 'sirf/dt' into next/dt
[linux-2.6.git] / arch / m68k / kernel / vmlinux.lds.S
blob69ec796388706bbda7dbccfaf6e5ffa1e6f9d4a8
1 #if defined(CONFIG_MMU) && !defined(CONFIG_COLDFIRE)
2 PHDRS
4   text PT_LOAD FILEHDR PHDRS FLAGS (7);
5   data PT_LOAD FLAGS (7);
7 #ifdef CONFIG_SUN3
8 #include "vmlinux-sun3.lds"
9 #else
10 #include "vmlinux-std.lds"
11 #endif
12 #else
13 #include "vmlinux-nommu.lds"
14 #endif