mirror of https://github.com/thesofproject/sof.git
zephyr: remove non-existent directories from CMakeLists.txt
Two directories for cAVS 2.0 and 2.5 in Zephyr CMakeLists.txt don't exist. They're safely ignored, but remove them to avoid confusion. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
parent
a8c333b606
commit
aa767fd5ce
|
@ -337,9 +337,7 @@ if (CONFIG_SOC_SERIES_INTEL_CAVS_V20)
|
|||
set_source_files_properties(${SOF_PLATFORM_PATH}/intel/cavs/lps_pic_restore_vector.S PROPERTIES COMPILE_FLAGS -DASSEMBLY)
|
||||
|
||||
set(PLATFORM "icelake")
|
||||
target_include_directories(SOF INTERFACE ../zephyr/include/cavs20)
|
||||
zephyr_include_directories(${SOF_PLATFORM_PATH}/intel/cavs/include)
|
||||
zephyr_include_directories(../../../../zephyr/soc/xtensa/intel_adsp/common/include)
|
||||
endif()
|
||||
|
||||
# Intel TGL and CAVS 2.5 platforms
|
||||
|
@ -408,9 +406,7 @@ if (CONFIG_SOC_SERIES_INTEL_CAVS_V25)
|
|||
set_source_files_properties(${SOF_PLATFORM_PATH}/intel/cavs/lps_pic_restore_vector.S PROPERTIES COMPILE_FLAGS -DASSEMBLY)
|
||||
|
||||
set(PLATFORM "tigerlake")
|
||||
target_include_directories(SOF INTERFACE ../zephyr/include/cavs25)
|
||||
zephyr_include_directories(${SOF_PLATFORM_PATH}/intel/cavs/include)
|
||||
zephyr_include_directories(../../../../zephyr/soc/xtensa/intel_adsp/common/include)
|
||||
endif()
|
||||
|
||||
# NXP IMX8 platforms
|
||||
|
|
Loading…
Reference in New Issue