6 lines
75 B
ArmAsm
6 lines
75 B
ArmAsm
|
#ifdef CONFIG_MMU
|
||
|
#include "entry_mm.S"
|
||
|
#else
|
||
|
#include "entry_no.S"
|
||
|
#endif
|