Introducing LunaBuild to the build flow (#36)
[lunaix-os.git] / lunaix-os / kernel / device / LBuild
diff --git a/lunaix-os/kernel/device/LBuild b/lunaix-os/kernel/device/LBuild
new file mode 100644 (file)
index 0000000..c3c7255
--- /dev/null
@@ -0,0 +1,8 @@
+sources([
+    "device.c",
+    "capability.c",
+    "devdb.c",
+    "devfs.c",
+    "input.c",
+    "poll.c"
+])