Zephyr: Patch Zephyr CMakeLists with exponential source files

In Zephyr CMakeLists, add exponential source files to facilitate
the compilation of math C and HiFi code.

Signed-off-by: shastry <malladi.sastry@intel.com>
This commit is contained in:
Seppo Ingalsuo 2024-01-05 20:56:17 +02:00 committed by Liam Girdwood
parent 2befdac3ae
commit 8852db8b6c
1 changed files with 2 additions and 0 deletions

View File

@ -370,6 +370,8 @@ zephyr_library_sources(
${SOF_MATH_PATH}/decibels.c
${SOF_MATH_PATH}/numbers.c
${SOF_MATH_PATH}/trig.c
${SOF_MATH_PATH}/exp_fcn.c
${SOF_MATH_PATH}/exp_fcn_hifi.c
# SOF library - parts to transition to Zephyr over time
${SOF_LIB_PATH}/clk.c