xref: /linux/arch/m68k/kernel/module.c (revision 492c826b9facefa84995f4dea917e301b5ee0884)
1 #ifdef CONFIG_MMU
2 #include "module_mm.c"
3 #else
4 #include "module_no.c"
5 #endif
6