From 897fca069ef183b300808fbcec40eac06a84243b Mon Sep 17 00:00:00 2001 From: Caoruihong Date: Fri, 29 Oct 2021 11:23:53 +0800 Subject: [PATCH] chore(build): support liteos_m Kconfig build system Signed-off-by: Caoruihong Change-Id: Ic6eb3311b66d68a3400c51617317ece07ff58a0a --- BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 98425f7..ec5a9bc 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -32,4 +32,7 @@ group("sysroot") { if (ohos_build_compiler == "clang") { deps = [ "build" ] } + if (ohos_kernel_type == "liteos_m" && !ohos_kernel_is_prebuilt) { + all_dependent_configs = [ "//kernel/liteos_m:public" ] + } } -- GitLab