Skip to content

Commit

Permalink
DRC: math: Patch Zephyr CMakeLists with exponential source files.
Browse files Browse the repository at this point in the history
In Zephyr CMakeLists, add exponential source files to facilitate
the compilation of math C and HiFi code.

Signed-off-by: shastry <[email protected]>
  • Loading branch information
ShriramShastry committed Dec 8, 2023
1 parent 6167241 commit 2c1d187
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zephyr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c1d187

Please sign in to comment.