aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/kernel/vmlinux.lds_mm.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/kernel/vmlinux.lds_mm.S')
-rw-r--r--arch/m68k/kernel/vmlinux.lds_mm.S10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/m68k/kernel/vmlinux.lds_mm.S b/arch/m68k/kernel/vmlinux.lds_mm.S
deleted file mode 100644
index 99ba315bd0a..00000000000
--- a/arch/m68k/kernel/vmlinux.lds_mm.S
+++ /dev/null
@@ -1,10 +0,0 @@
-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