linux-sg2042/arch/m68k/kernel/module.c

6 lines
77 B
C

#ifdef CONFIG_MMU
#include "module_mm.c"
#else
#include "module_no.c"
#endif