shconfig: add `link` command to view the inverse dependency
[lunaix-os.git] / lunaix-os / hal / LBuild
index 5a50d0ef0da53d202632244ea86f8f2804554981..d0475eef8bf70bf2092d04fa973fddc5d555e958 100644 (file)
@@ -1,6 +1,9 @@
-from . import acpi, ahci, char, gfxa, rtc, term, timer, bus
+from . import acpi, ahci, char, rtc, term, timer, bus
 
 if config.use_devicetree:
     from . import devtree
 
+if config.use_graphic_dev:
+    from . import gfxa
+
 src.c += "irq.c"
\ No newline at end of file