chore: move kernel/arch to arch
Signed-off-by: Caoruihong <crh.cao@huawei.com> Change-Id: I0f0b6f5cff967c47acf58be133a12a0fd98f4643
This commit is contained in:
parent
09d972c9af
commit
201da62e1f
6
BUILD.gn
6
BUILD.gn
|
@ -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,
|
||||||
|
|
2
Kconfig
2
Kconfig
|
@ -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"
|
||||||
|
|
0
kernel/arch/arm/cortex-m33/gcc/BUILD.gn → arch/arm/cortex-m33/gcc/NTZ/BUILD.gn
Normal file → Executable file
0
kernel/arch/arm/cortex-m33/gcc/BUILD.gn → arch/arm/cortex-m33/gcc/NTZ/BUILD.gn
Normal file → Executable file
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue