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