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