xref: /linux/arch/m68k/kernel/time.c (revision 60e13231561b3a4c5269bfa1ef6c0569ad6f28ec)
1 #ifdef CONFIG_MMU
2 #include "time_mm.c"
3 #else
4 #include "time_no.c"
5 #endif
6