Skip to content

Commit 7a8430c

Browse files
singalsuShriramShastry
authored andcommitted
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>
1 parent 9405cbb commit 7a8430c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

zephyr/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@ zephyr_library_sources(
370370
${SOF_MATH_PATH}/decibels.c
371371
${SOF_MATH_PATH}/numbers.c
372372
${SOF_MATH_PATH}/trig.c
373+
${SOF_MATH_PATH}/exp_fcn.c
374+
${SOF_MATH_PATH}/exp_fcn_hifi.c
373375

374376
# SOF library - parts to transition to Zephyr over time
375377
${SOF_LIB_PATH}/clk.c

0 commit comments

Comments
 (0)