Introducing LunaBuild to the build flow (#36)
[lunaix-os.git] / lunaix-os / kernel / mm / LBuild
diff --git a/lunaix-os/kernel/mm/LBuild b/lunaix-os/kernel/mm/LBuild
new file mode 100644 (file)
index 0000000..e350f50
--- /dev/null
@@ -0,0 +1,16 @@
+sources([
+    "mmap.c",
+    "valloc.c",
+    "cake.c",
+    "fault.c",
+    "procvm.c",
+    "page.c",
+    "region.c",
+    "pmalloc_simple.c",
+    "vmm.c",
+    "mmio.c",
+    "pmm.c",
+    "cake_export.c",
+    "vmap.c",
+    "dmm.c"
+])
\ No newline at end of file