Files

6 lines
75 B
C
Raw Permalink Normal View History

2023-05-02 09:58:35 +02:00
#ifdef CONFIG_MMU
#include "setup_mm.c"
#else
#include "setup_no.c"
#endif