提交 4875707b 编写于 作者: C Caoruihong

chore: puts kernel Kconfig configs in kernel_configs dir

for historical reason, the old config dir is used only for hcs_config
Signed-off-by: NCaoruihong <crh.cao@huawei.com>
Change-Id: I26f25d5ec81b4b4a0e96c30c3acb3f075107e19e
上级 c66681a1
......@@ -63,7 +63,7 @@ if (ohos_build_compiler == "clang") {
liteos_config_file = rebase_path("tools/build/config/$config_file")
# we prefer use product specified config file
f = "$product_path/config/${ohos_build_type}${tee}.config"
f = "$product_path/kernel_configs/${ohos_build_type}${tee}.config"
if (exec_script("//build/lite/run_shell_cmd.py", [ "if [ -f $f ]; then echo true; else echo false; fi" ], "value")) {
liteos_config_file = f
}
......
......@@ -61,9 +61,9 @@ ifeq ($(TEE:1=y),y)
tee = _tee
endif
ifeq ($(RELEASE:1=y),y)
CONFIG ?= $(PRODUCT_PATH)/config/release$(tee).config
CONFIG ?= $(PRODUCT_PATH)/kernel_configs/release$(tee).config
else
CONFIG ?= $(PRODUCT_PATH)/config/debug$(tee).config
CONFIG ?= $(PRODUCT_PATH)/kernel_configs/debug$(tee).config
endif
$(shell env CONFIG_=$(CONFIG_) DEVICE_PATH=$(DEVICE_PATH) olddefconfig >/dev/null)
......
......@@ -53,7 +53,7 @@ function main() {
tee="_tee"
fi
config_file="${product_path}/config/${ohos_build_type}${tee}.config"
config_file="${product_path}/kernel_configs/${ohos_build_type}${tee}.config"
if [ -f "${config_file}" ]; then
cp "${config_file}" "${destination}"
return
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册