Introducing LunaBuild to the build flow (#36)
[lunaix-os.git] / lunaix-os / hal / char / LBuild
1 use("uart")
2
3 sources([
4     "devnull.c",
5     "serial.c",
6     "devzero.c",
7     "lxconsole.c",
8 ])