rework external irq system, introduce hierarchical irq
[lunaix-os.git] / lunaix-os / hal / char / uart / LBuild
1 sources([
2     "16x50_base.c",
3     "16x50_pmio.c",
4     "16x50_mmio.c",
5     "16x50_dev.c",
6 ])
7
8 if config("xt_16x50"):
9     sources("16x50_isa.c")
10
11 if config("pci_16x50"):
12     sources("16x50_pci.c")