Introducing LunaBuild to the build flow (#36)
[lunaix-os.git] / lunaix-os / kernel / fs / LBuild
diff --git a/lunaix-os/kernel/fs/LBuild b/lunaix-os/kernel/fs/LBuild
new file mode 100644 (file)
index 0000000..25e8446
--- /dev/null
@@ -0,0 +1,16 @@
+use("twifs")
+use("ramfs")
+use("iso9660")
+
+sources([
+    "twimap.c",
+    "pcache.c",
+    "mount.c",
+    "xattr.c",
+    "vfs.c",
+    "defaults.c",
+    "path_walk.c",
+    "fsm.c",
+    "fs_export.c",
+    "probe_boot.c"
+])
\ No newline at end of file