Updating the build to the new version of bonnibel. This also includes some updates to make sure things keep working with LLVM 11.
9 lines
105 B
TOML
9 lines
105 B
TOML
name = "nulldrv"
|
|
targets = ["user"]
|
|
deps = ["libc"]
|
|
sources = [
|
|
"io.cpp",
|
|
"main.cpp",
|
|
"serial.cpp",
|
|
]
|