xtensa: move files under core/include/ into include/

Header files under arch/xtensa/include are considered internal
to architecture. There is really no need for two places to
house architecture internal header files.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2023-12-06 15:09:23 -08:00 committed by Carles Cufí
commit 43b0b48de7
4 changed files with 1 additions and 3 deletions

View file

@ -37,8 +37,6 @@ if("${ZEPHYR_TOOLCHAIN_VARIANT}" STREQUAL "xcc")
zephyr_library_sources(xcc_stubs.c)
endif()
zephyr_library_include_directories(include)
add_subdirectory(startup)
# This produces a preprocessed and regenerated (in the sense of gcc

View file

@ -12,7 +12,7 @@
#include <zephyr/arch/xtensa/xtensa_mmu.h>
#include <zephyr/sys/util.h>
#include "../../arch/xtensa/core/include/xtensa_mmu_priv.h"
#include <xtensa_mmu_priv.h>
const struct xtensa_mmu_range xtensa_soc_mmu_ranges[] = {
{