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