把内核构建脚本单独独立成一个crate (#444)

This commit is contained in:
LoGin
2023-11-17 11:26:26 +08:00
committed by GitHub
parent a0c98cd4df
commit e26ca418df
15 changed files with 374 additions and 180 deletions

5
build-scripts/Cargo.toml Normal file
View File

@ -0,0 +1,5 @@
[workspace]
members = [
"kernel_build",
]
resolver = "2"