Introducing LunaBuild to the build flow (#36)
[lunaix-os.git] / lunaix-os / kernel / ds / LBuild
diff --git a/lunaix-os/kernel/ds/LBuild b/lunaix-os/kernel/ds/LBuild
new file mode 100644 (file)
index 0000000..e87f3d1
--- /dev/null
@@ -0,0 +1,12 @@
+sources([
+    "waitq.c",
+    "buffer.c",
+    "lru.c",
+    "rbuffer.c",
+    "btrie.c",
+    "semaphore.c",
+    "mutex.c",
+    "hstr.c",
+    "fifo.c",
+    "rwlock.c"
+])
\ No newline at end of file