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