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:
parent
90eaa9ee5c
commit
65ac2f6d1b
@ -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)
|
||||
|
||||
@ -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
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user