cmake: fix path in comment
Use correct path for soc in the comment. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
8a5f0b50eb
commit
670b8af142
|
@ -563,7 +563,7 @@ else()
|
|||
endif()
|
||||
|
||||
# Use SOC to search for a 'CMakeLists.txt' file.
|
||||
# e.g. zephyr/soc/xtense/intel_apl_adsp/CMakeLists.txt.
|
||||
# e.g. zephyr/soc/xtensa/intel_adsp/CMakeLists.txt.
|
||||
foreach(root ${SOC_ROOT})
|
||||
# Check that the root looks reasonable.
|
||||
if(NOT IS_DIRECTORY "${root}/soc")
|
||||
|
|
Loading…
Reference in a new issue