X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/1025235c72c31f7fa7b648c0e32ddcaa68a8f66a..c043fa535514a76091be87a45ad472a505f9dd33:/lunaix-os/kernel/process/LBuild diff --git a/lunaix-os/kernel/process/LBuild b/lunaix-os/kernel/process/LBuild index 3bb42be..8386486 100644 --- a/lunaix-os/kernel/process/LBuild +++ b/lunaix-os/kernel/process/LBuild @@ -1,9 +1,11 @@ -sources([ +src.c += ( "signal.c", "sched.c", "fork.c", "process.c", "taskfs.c", "task_attr.c", - "thread.c" -]) \ No newline at end of file + "thread.c", + "preemption.c", + "switch.c", +) \ No newline at end of file