We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540eeeb commit 480a328Copy full SHA for 480a328
src/samples/audio/smart_amp_llext/CMakeLists.txt
@@ -20,8 +20,8 @@ sof_append_relative_path_definitions(${MODULE})
20
21
target_include_directories(${MODULE} PRIVATE
22
"${ZEPHYR_BASE}/include"
23
- "${ZEPHYR_BASE}/soc/xtensa/intel_adsp/common/include"
24
- "${ZEPHYR_BASE}/soc/xtensa/intel_adsp/ace/include/intel_ace15_mtpm"
+ "${ZEPHYR_BASE}/soc/intel/intel_adsp/common/include"
+ "${ZEPHYR_BASE}/soc/intel/intel_adsp/ace/include/ace15_mtpm"
25
"${ZEPHYR_BASE}/../modules/hal/xtensa/include"
26
"${ZEPHYR_BASE}/../modules/hal/xtensa/zephyr/soc/intel_ace15_mtpm"
27
"${SOF_BASE}/src/include"
0 commit comments