fix dependency check logic cause config always disabled
[lunaix-os.git] / lunaix-os / hal / term / LBuild
index 9325917bb9a6b006fc5f5e5d3cb5d5be95a94037..554483e3b75e21e7d414563d1c74bf6d384aacb8 100644 (file)
@@ -1,7 +1,8 @@
-sources([
+src.c += (
     "term.c",
     "console.c",
     "term_io.c",
+    "default_ops.c",
     "lcntls/ansi_cntl.c",
     "lcntls/lcntl.c",
-])
\ No newline at end of file
+)
\ No newline at end of file