git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Rewrite the lunabuild toolchain with enhanced feature (#60)
[lunaix-os.git]
/
lunaix-os
/
kernel
/
LBuild
1
from . import block, debug, device, ds, exe, fs, mm, process
2
3
src.c += (
4
"boot_helper.c",
5
"kcmd.c",
6
"kinit.c",
7
"lunad.c",
8
"spike.c",
9
"lrud.c",
10
"bcache.c",
11
"syscall.c",
12
"changeling.c",
13
"usrscope.c",
14
"kprint/kp_records.c",
15
"kprint/kprintf.c",
16
"time/clock.c",
17
"time/timer.c"
18
)