Rewrite the lunabuild toolchain with enhanced feature (#60)
[lunaix-os.git] / lunaix-os / kernel / process / LBuild
index 3fc72ec1a7a028d7f2bef2ae15900780d93cf05f..8386486d511a0054928239787cbf41744016594a 100644 (file)
@@ -1,4 +1,4 @@
-sources([
+src.c += (
     "signal.c",
     "sched.c",
     "fork.c",
     "signal.c",
     "sched.c",
     "fork.c",
@@ -8,4 +8,4 @@ sources([
     "thread.c",
     "preemption.c",
     "switch.c",
     "thread.c",
     "preemption.c",
     "switch.c",
-])
\ No newline at end of file
+)
\ No newline at end of file