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