Rewrite the lunabuild toolchain with enhanced feature (#60)
[lunaix-os.git] / lunaix-os / kernel / device / LBuild
index c3c7255d82690b17cfa4ef77e6a3341239415c1c..e589701f963f09ec32a1fddf91ba870ad020c94a 100644 (file)
@@ -1,8 +1,8 @@
-sources([
+src.c += (
     "device.c",
-    "capability.c",
+    "potentem.c",
     "devdb.c",
     "devfs.c",
     "input.c",
-    "poll.c"
-])
+    "poll.c",
+)