mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 16:58:04 -04:00
5 lines
75 B
C
5 lines
75 B
C
#ifdef CONFIG_MMU
|
|
#include "setup_mm.c"
|
|
#else
|
|
#include "setup_no.c"
|
|
#endif
|