6 lines
73 B
C
6 lines
73 B
C
|
#ifdef CONFIG_MMU
|
||
|
#include "init_mm.c"
|
||
|
#else
|
||
|
#include "init_no.c"
|
||
|
#endif
|