mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-22 19:33:26 +00:00
refacotr: remove all c files (#1131)
* refacotr: remove all c files Use Rust to implement the symbol table generator. Delete unused header files and c files Adjust the makefile in the debug directory Signed-off-by: Godones <chenlinfeng25@outlook.com> * fix: remove extern "C" rs_* functions move gen_kallsyms.rs to build-scripts Signed-off-by: Godones <chenlinfeng25@outlook.com>
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"kernel_build",
|
||||
]
|
||||
members = ["gen_kallsyms", "kernel_build"]
|
||||
resolver = "2"
|
||||
|
Reference in New Issue
Block a user