rework parsing of interupt-map in interrupt node.
[lunaix-os.git] / lunaix-os / hal / char / LBuild
index 88b33102a513d175fe3cc31f6a4cbabc34a36e08..dbc15be35a3dc8a14f3d344468518dcf57b93dcb 100644 (file)
@@ -4,5 +4,12 @@ sources([
     "devnull.c",
     "serial.c",
     "devzero.c",
-    "lxconsole.c",
-])
\ No newline at end of file
+])
+
+if config("vga_console"):
+
+    sources("lxconsole.c")
+
+if config("chargame_console"):
+    
+    sources("chargame.c")
\ No newline at end of file