summaryrefslogblamecommitdiffstats
path: root/arch/m68k/kernel/vmlinux.lds.S
blob: 3d99a04f2394550906a0fd4cc32fab953a6b7916 (plain) (tree)
1
2
3
4
5
6
7
8
9
                 






                                       
     



                            
      
#ifdef CONFIG_MMU
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
#else
#include "vmlinux-nommu.lds"
#endif