[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.
This commit is contained in:
8
src/drivers/nulldrv/module.toml
Normal file
8
src/drivers/nulldrv/module.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
name = "nulldrv"
|
||||
targets = ["user"]
|
||||
deps = ["libc"]
|
||||
sources = [
|
||||
"io.cpp",
|
||||
"main.cpp",
|
||||
"serial.cpp",
|
||||
]
|
||||
Reference in New Issue
Block a user