summaryrefslogtreecommitdiffstats
path: root/kernel/arch/m68k/kernel/module.lds
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/m68k/kernel/module.lds')
-rw-r--r--kernel/arch/m68k/kernel/module.lds7
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel/arch/m68k/kernel/module.lds b/kernel/arch/m68k/kernel/module.lds
new file mode 100644
index 000000000..fda94fa38
--- /dev/null
+++ b/kernel/arch/m68k/kernel/module.lds
@@ -0,0 +1,7 @@
+SECTIONS {
+ .m68k_fixup : {
+ __start_fixup = .;
+ *(.m68k_fixup)
+ __stop_fixup = .;
+ }
+}