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