wip: chainboot builds!

This commit is contained in:
Berkus Decker 2023-12-10 04:44:44 +02:00
parent 79f859b576
commit bcba5b7a4d
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ CHAINBOOT_ELF = "${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/target/${TARGET}/rele
CHAINBOOT_BIN = "${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/target/chainboot.bin"
CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
[tasks.build]
alias = "chainboot"
[tasks.chainboot]
workspace = false
dependencies = ["build-device", "build-kernel-binary"]