Introducing LunaBuild to the build flow (#36)
[lunaix-os.git] / lunaix-os / kernel / process / LBuild
1 sources([
2     "signal.c",
3     "sched.c",
4     "fork.c",
5     "process.c",
6     "taskfs.c",
7     "task_attr.c",
8     "thread.c"
9 ])