git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rewrite the lunabuild toolchain with enhanced feature (#60)
[lunaix-os.git]
/
lunaix-os
/
kernel
/
process
/
LBuild
diff --git
a/lunaix-os/kernel/process/LBuild
b/lunaix-os/kernel/process/LBuild
index 3fc72ec1a7a028d7f2bef2ae15900780d93cf05f..8386486d511a0054928239787cbf41744016594a 100644
(file)
--- a/
lunaix-os/kernel/process/LBuild
+++ b/
lunaix-os/kernel/process/LBuild
@@
-1,4
+1,4
@@
-s
ources([
+s
rc.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