Hello, On Fri, Dec 20, 2024 at 04:11:34PM +0100, Andrea Righi wrote: ... > +/* Built-in idle CPU selection policy */ > +#include "ext_idle.c" While it's true that sched is built by inlining all the source files for build performance, I think it'd be better to keep source files compatible with independent compilation units as much as possible - ie. put interface in .h and pretend that .c's are built separately so that we can maintain some semblance to code organization people are more used to if for nothing else. Thanks. -- tejun