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

View File

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

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