diff --git a/CMakeLists.txt b/CMakeLists.txt index 6bca34054ec..7adcd9156aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -684,8 +684,6 @@ add_custom_command( ) add_custom_target(${OFFSETS_H_TARGET} DEPENDS ${OFFSETS_H_PATH}) -zephyr_include_directories(${TOOLCHAIN_INCLUDES}) - zephyr_get_include_directories_for_lang(C ZEPHYR_INCLUDES) add_subdirectory(kernel) diff --git a/soc/xtensa/intel_adsp/common/bootloader/CMakeLists.txt b/soc/xtensa/intel_adsp/common/bootloader/CMakeLists.txt index 1a7ffc3283f..bf5a69a28f2 100644 --- a/soc/xtensa/intel_adsp/common/bootloader/CMakeLists.txt +++ b/soc/xtensa/intel_adsp/common/bootloader/CMakeLists.txt @@ -30,7 +30,6 @@ add_dependencies(bootloader ${SYSCALL_LIST_H_TARGET}) target_include_directories(bootloader PUBLIC ./ - ${TOOLCHAIN_INCLUDES} ${SOC_DIR}/${ARCH}/${SOC_PATH}/ ${SOC_DIR}/${ARCH}/${SOC_PATH}/include )