Rewrite the lunabuild toolchain with enhanced feature (#60)
[lunaix-os.git] / lunaix-os / kernel / process / LBuild
1 src.c += (
2     "signal.c",
3     "sched.c",
4     "fork.c",
5     "process.c",
6     "taskfs.c",
7     "task_attr.c",
8     "thread.c",
9     "preemption.c",
10     "switch.c",
11 )