chore: move kernel/arch to arch

Signed-off-by: Caoruihong <crh.cao@huawei.com>
Change-Id: I0f0b6f5cff967c47acf58be133a12a0fd98f4643
This commit is contained in:
Caoruihong 2021-11-16 00:41:18 +08:00
parent 09d972c9af
commit 201da62e1f
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