fix potens not being set in ttyFB* device
[lunaix-os.git] / lunaix-os / hal / bus / LBuild
index a485ce79f8c17d2c81af2d0c5df7b7ccebd2ffaf..3b5ff38ba1cdee2a21bd59d94282fb9b20fb8c0a 100644 (file)
@@ -1,3 +1,3 @@
-sources([
-    "pci.c"
-])
\ No newline at end of file
+
+if config("pci_enable"):
+    sources("pci.c")
\ No newline at end of file