mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-21 09:26:38 +00:00
把内核构建脚本单独独立成一个crate (#444)
This commit is contained in:
5
build-scripts/Cargo.toml
Normal file
5
build-scripts/Cargo.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"kernel_build",
|
||||
]
|
||||
resolver = "2"
|
Reference in New Issue
Block a user