Rewrite the lunabuild toolchain with enhanced feature (#60)
[lunaix-os.git] / lunaix-os / hal / bus / LBuild
index 3b5ff38ba1cdee2a21bd59d94282fb9b20fb8c0a..3e280aa731aa2bd607e65b2fc3fcc839c9fe8917 100644 (file)
@@ -1,3 +1,3 @@
 
 
-if config("pci_enable"):
-    sources("pci.c")
\ No newline at end of file
+if config.pci_enable:
+    src.c += "pci.c"
\ No newline at end of file