!1060 Fix : 部件化需求整改

Merge pull request !1060 from yinjiaming/bundle
This commit is contained in:
openharmony_ci
2023-05-05 08:33:30 +00:00
committed by Gitee
18 changed files with 55 additions and 25 deletions

View File

@@ -41,14 +41,14 @@ kernel_module(module_name) {
]
include_dirs = [
"//kernel/liteos_m/kernel/arch/include",
"//kernel/liteos_m/kernel/include",
"//kernel/liteos_m/utils",
"$LITEOSTOPDIR/kernel/arch/include",
"$LITEOSTOPDIR/kernel/include",
"$LITEOSTOPDIR/utils",
"../",
".",
]
deps = [ "//kernel/liteos_m/kal" ]
deps = [ "$LITEOSTOPDIR/kal" ]
configs += [ "$LITEOSTOPDIR:warn_config" ]
if (!defined(LOSCFG_COMPILER_ICCARM)) {
cflags = [ "-Wno-parentheses" ]