rewrite the lunabuild toolchain with enhanced feature
[lunaix-os.git] / lunaix-os / hal / LBuild
1 from . import acpi, ahci, char, gfxa, rtc, term, timer, bus
2
3 if config.use_devicetree:
4     from . import devtree
5
6 src.c += "irq.c"