xref: /linux/arch/m68k/kernel/setup.c (revision 1b69c6d0ae90b7f1a4f61d5c8209d5cb7a55f849)
1 #ifdef CONFIG_MMU
2 #include "setup_mm.c"
3 #else
4 #include "setup_no.c"
5 #endif
6