add support to GIC ITS, and the MSI service base on it
[lunaix-os.git] / lunaix-os / hal / char / uart / LBuild
index 1fbc933387f803a9ccb3887bc213da799f0c55b2..ebbb8491eddc4c2e9e91d2fdafe70183b924d2cc 100644 (file)
@@ -1,4 +1,16 @@
 sources([
-    "16550_base.c",
-    "16550_pmio.c"
-])
\ No newline at end of file
+    "16x50_base.c",
+    "16x50_mmio.c",
+])
+
+if config("xt_16x50"):
+    sources([
+        "16x50_pmio.c", 
+        "16x50_isa.c"
+    ])
+
+if config("pci_16x50"):
+    sources([
+        "16x50_pmio.c", 
+        "16x50_pci.c"
+    ])
\ No newline at end of file