fix(build): 🐛 Allow building qemu-gdb target

This commit is contained in:
Berkus Decker 2023-07-11 02:29:30 +03:00 committed by Berkus Decker
parent 1ca54d9ed6
commit d78bc67d8f
3 changed files with 9 additions and 0 deletions

View File

@ -29,6 +29,9 @@ disabled = true
[tasks.qemu]
disabled = true
[tasks.qemu-gdb]
disabled = true
[tasks.qemu-cb]
env = { "QEMU_RUNNER_OPTS" = "${QEMU_DISASM_OPTS} -serial pty", "KERNEL_BIN" = "${CHAINBOOT_BIN}", "TARGET_DTB" = "${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/targets/bcm2710-rpi-3-b-plus.dtb" }
extend = "qemu-runner"

View File

@ -37,6 +37,9 @@ disabled = true
[tasks.qemu]
disabled = true
[tasks.qemu-gdb]
disabled = true
[tasks.qemu-cb]
disabled = true

3
machine/Makefile.toml Normal file
View File

@ -0,0 +1,3 @@
[tasks.qemu-gdb]
disabled = true