未验证 提交 edf3a969 编写于 作者: O openharmony_ci 提交者: Gitee

!77 将kernel liteos_m 的Kconfig的参数作为默认输入

Merge pull request !77 from SimonLi/master
......@@ -33,6 +33,9 @@ group("sysroot") {
if (ohos_kernel_type != "liteos_m") {
deps = [ "build" ]
} else if (!ohos_kernel_is_prebuilt) {
all_dependent_configs = [ "//kernel/liteos_m:public" ]
all_dependent_configs = [
"//kernel/liteos_m:public",
"//kernel/liteos_m:kconfig_config",
]
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册