X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/1025235c72c31f7fa7b648c0e32ddcaa68a8f66a..bb5ae5c85c0812c52e8d53187f2c6b0ee9525c8c:/lunaix-os/kernel/process/LBuild diff --git a/lunaix-os/kernel/process/LBuild b/lunaix-os/kernel/process/LBuild index 3bb42be..3fc72ec 100644 --- a/lunaix-os/kernel/process/LBuild +++ b/lunaix-os/kernel/process/LBuild @@ -5,5 +5,7 @@ sources([ "process.c", "taskfs.c", "task_attr.c", - "thread.c" + "thread.c", + "preemption.c", + "switch.c", ]) \ No newline at end of file