zephyr/cmake/compiler/gcc
Alberto Escolar Piedras 95e06e8663 cmake: Fix uses of old SOC path
In quite a few places in the cmake files
${SOC_DIR}/${ARCH}/${SOC_PATH}
was used to get to something in the soc folder,
but these are only defined for soc_v1.
socv2 defines a full SOC_V2_DIR.
Let's define a common variable for the full path which
can be used in other cmake files,
and correct the current uses.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-03-01 15:49:58 +01:00
..
compiler_flags.cmake cmake/compiler/gcc: use -flto only for gcc >= 4.5.0 2024-02-16 12:49:42 +01:00
generic.cmake
target.cmake
target_arc.cmake cmake: Fix uses of old SOC path 2024-03-01 15:49:58 +01:00
target_arm.cmake
target_arm64.cmake
target_mips.cmake
target_riscv.cmake
target_sparc.cmake
target_x86.cmake
target_xtensa.cmake