Introducing LunaBuild to the build flow (#36)
[lunaix-os.git] / lunaix-os / kernel / LBuild
diff --git a/lunaix-os/kernel/LBuild b/lunaix-os/kernel/LBuild
new file mode 100644 (file)
index 0000000..b52bc29
--- /dev/null
@@ -0,0 +1,21 @@
+use("block")
+use("debug")
+use("device")
+use("ds")
+use("exe")
+use("fs")
+use("mm")
+use("process")
+
+sources([
+    "boot_helper.c",
+    "kcmd.c",
+    "kinit.c",
+    "lunad.c",
+    "spike.c",
+    "tty/tty.c",
+    "kprint/kp_records.c",
+    "kprint/kprintf.c",
+    "time/clock.c",
+    "time/timer.c"
+])
\ No newline at end of file