Files
jsix_import/src/drivers/nulldrv/module.toml
Justin C. Miller 0ae489f49d [build] Update to using pb 3
Updating the build to the new version of bonnibel. This also includes
some updates to make sure things keep working with LLVM 11.
2021-04-07 23:05:58 -07:00

9 lines
105 B
TOML

name = "nulldrv"
targets = ["user"]
deps = ["libc"]
sources = [
"io.cpp",
"main.cpp",
"serial.cpp",
]