build.gn 可以编译 链接失败

This commit is contained in:
2025-01-16 19:52:28 +08:00
parent 639024a1a6
commit 83882c7ac2
7 changed files with 33 additions and 7 deletions

View File

@@ -28,6 +28,8 @@ kernel_module(module_name) {
"freertos/src/portable/MemMang/heap_5/heap_5.c"
]
include_dirs = [
"freertos/src/include", "freertos/src/portable/RISCV", "//startup/riscv/inc"
"//os/freertos/src/include",
"//os/freertos/src/portable/RISCV",
"//startup/riscv/inc",
]
}