6 lines
77 B
C
6 lines
77 B
C
|
#ifdef CONFIG_MMU
|
||
|
#include "module_mm.c"
|
||
|
#else
|
||
|
#include "module_no.c"
|
||
|
#endif
|