diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/m68k/kernel/vmlinux.lds.S')
-rw-r--r-- | ANDROID_3.4.5/arch/m68k/kernel/vmlinux.lds.S | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ANDROID_3.4.5/arch/m68k/kernel/vmlinux.lds.S b/ANDROID_3.4.5/arch/m68k/kernel/vmlinux.lds.S deleted file mode 100644 index 69ec7963..00000000 --- a/ANDROID_3.4.5/arch/m68k/kernel/vmlinux.lds.S +++ /dev/null @@ -1,14 +0,0 @@ -#if defined(CONFIG_MMU) && !defined(CONFIG_COLDFIRE) -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 |