Skip to content

Commit 480a328

Browse files
lyakhkv2019i
authored andcommitted
LLEXT: update for new Zephyr paths
Update LLEXT include directories. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 540eeeb commit 480a328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/samples/audio/smart_amp_llext/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ sof_append_relative_path_definitions(${MODULE})
2020

2121
target_include_directories(${MODULE} PRIVATE
2222
"${ZEPHYR_BASE}/include"
23-
"${ZEPHYR_BASE}/soc/xtensa/intel_adsp/common/include"
24-
"${ZEPHYR_BASE}/soc/xtensa/intel_adsp/ace/include/intel_ace15_mtpm"
23+
"${ZEPHYR_BASE}/soc/intel/intel_adsp/common/include"
24+
"${ZEPHYR_BASE}/soc/intel/intel_adsp/ace/include/ace15_mtpm"
2525
"${ZEPHYR_BASE}/../modules/hal/xtensa/include"
2626
"${ZEPHYR_BASE}/../modules/hal/xtensa/zephyr/soc/intel_ace15_mtpm"
2727
"${SOF_BASE}/src/include"

0 commit comments

Comments
 (0)