linux-surface/arch/m68k/kernel/setup.c

6 lines
75 B
C
Raw Normal View History

2017-08-10 13:25:24 +00:00
#ifdef CONFIG_MMU
#include "setup_mm.c"
#else
#include "setup_no.c"
#endif