!397 将arch目录从kernel中移到根目录下

Merge pull request !397 from Caoruihong/move_arch
This commit is contained in:
openharmony_ci 2021-11-18 03:38:10 +00:00 committed by Gitee
commit b537f8733d
216 changed files with 4 additions and 45 deletions

View File

@ -53,7 +53,7 @@ exec_script("//build/lite/run_shell_cmd.py",
import("liteos.gni")
visibility = [ "$LITEOSTOPDIR/*" ]
visibility = [ ":*" ]
liteos_arch_cflags = []
if (defined(LOSCFG_ARCH_ARM)) {
@ -225,7 +225,7 @@ HAVE_DEVICE_SDK = exec_script("//build/lite/run_shell_cmd.py", [ cmd ], "value")
config("public") {
configs = [
"kernel/arch:public",
"arch:public",
"kernel:public",
"kal:public",
"components:public",
@ -243,10 +243,10 @@ config("public") {
group("modules") {
deps = [
"arch",
"components",
"kal",
"kernel",
"kernel/arch",
"testsuites",
"utils",
HDFTOPDIR,

View File

@ -172,7 +172,7 @@ endchoice
######################### config options of cpu arch ################
source "kernel/arch/Kconfig"
source "arch/Kconfig"
# Device Kconfig import
osource "$(DEVICE_PATH)/Kconfig"

Some files were not shown because too many files have changed in this diff Show More