cmake: remove TOOLCHAIN_INCLUDES

This seems to be orphaned and not being used anymore.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-02-18 15:15:06 -08:00
commit 65ac2f6d1b
2 changed files with 0 additions and 3 deletions

View file

@ -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
)