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