X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/35a7d633d3f16c1e0539af6ca5d8e7482926cd93..c043fa535514a76091be87a45ad472a505f9dd33:/lunaix-os/kernel/LBuild diff --git a/lunaix-os/kernel/LBuild b/lunaix-os/kernel/LBuild index 8e92773..31428ff 100644 --- a/lunaix-os/kernel/LBuild +++ b/lunaix-os/kernel/LBuild @@ -1,13 +1,6 @@ -use("block") -use("debug") -use("device") -use("ds") -use("exe") -use("fs") -use("mm") -use("process") +from . import block, debug, device, ds, exe, fs, mm, process -sources([ +src.c += ( "boot_helper.c", "kcmd.c", "kinit.c", @@ -17,8 +10,9 @@ sources([ "bcache.c", "syscall.c", "changeling.c", + "usrscope.c", "kprint/kp_records.c", "kprint/kprintf.c", "time/clock.c", - "time/timer.c", -]) \ No newline at end of file + "time/timer.c" +) \ No newline at end of file