userspace fun: maze game and a new device to support it
[lunaix-os.git] / lunaix-os / hal / char / LBuild
index c00a394db99cc03e38437c9779176e51a795cb13..dbc15be35a3dc8a14f3d344468518dcf57b93dcb 100644 (file)
@@ -7,4 +7,9 @@ sources([
 ])
 
 if config("vga_console"):
-    sources("lxconsole.c")
\ No newline at end of file
+
+    sources("lxconsole.c")
+
+if config("chargame_console"):
+    
+    sources("chargame.c")
\ No newline at end of file