Rewrite the lunabuild toolchain with enhanced feature (#60)
[lunaix-os.git] / lunaix-os / kernel / process / LBuild
index 3bb42be0cb3d797c0defbb320991c89a19019b8d..8386486d511a0054928239787cbf41744016594a 100644 (file)
@@ -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