From 65ac2f6d1bf9570da68b2da30e769aab2f39b7c2 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 18 Feb 2021 15:15:06 -0800 Subject: [PATCH] cmake: remove TOOLCHAIN_INCLUDES This seems to be orphaned and not being used anymore. Signed-off-by: Anas Nashif --- CMakeLists.txt | 2 -- soc/xtensa/intel_adsp/common/bootloader/CMakeLists.txt | 1 - 2 files changed, 3 deletions(-) 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 )