Merge remote-tracking branch 'origin/master' into isa/arm64
[lunaix-os.git] / lunaix-os / hal / char / uart / LBuild
index 9ed3119546bcc55d62d4224534141153c2c8b42b..dc7057328f569f5ac97034fdbdf34cc3810cdd49 100644 (file)
@@ -1,12 +1,17 @@
 sources([
     "16x50_base.c",
-    "16x50_pmio.c",
     "16x50_mmio.c",
     "16x50_dev.c",
 ])
 
 if config("xt_16x50"):
-    sources("16x50_isa.c")
+    sources([
+        "16x50_pmio.c", 
+        "16x50_isa.c"
+    ])
 
 if config("pci_16x50"):
-    sources("16x50_pci.c")
\ No newline at end of file
+    sources([
+        "16x50_pmio.c", 
+        "16x50_pci.c"
+    ])
\ No newline at end of file