Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Signed-off-by: DINESHKUMAR <119919751+DINESHKUMARK1@users.noreply.github.com>
  • Loading branch information
DINESHKUMARK1 authored Oct 8, 2024
1 parent b753145 commit 872c5b1
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions zephyr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ function(sof_append_relative_path_definitions target)
endfunction()

define_property(GLOBAL PROPERTY SOF_LLEXT_LAST_TARGET
BRIEF_DOCS "Last LLEXT target"
FULL_DOCS "\
BRIEF_DOCS "Last LLEXT target"
FULL_DOCS "\
Building LLEXT targets must be serialized. This property contains the \
previously added LLEXT module for the establishment of a dependency chain."
)
Expand Down Expand Up @@ -151,7 +151,7 @@ set(RIMAGE_TOP ${sof_top_dir}/tools/rimage)
# Save path to rimage configuration files in cmake cache for later use by
# rimage during the "west sign" stage
set(RIMAGE_CONFIG_PATH ${RIMAGE_TOP}/config CACHE PATH
" Path to rimage board configuration files")
" Path to rimage board configuration files")

# default SOF includes
target_include_directories(SOF INTERFACE ${RIMAGE_TOP}/src/include)
Expand Down Expand Up @@ -545,49 +545,49 @@ zephyr_library_sources_ifdef(CONFIG_MATH_LUT_SINE_FIXED
)

zephyr_library_sources_ifdef(CONFIG_MATH_FFT
${SOF_MATH_PATH}/fft/fft_common.c
${SOF_MATH_PATH}/fft/fft_common.c
)

zephyr_library_sources_ifdef(CONFIG_MATH_16BIT_FFT
${SOF_MATH_PATH}/fft/fft_16.c
${SOF_MATH_PATH}/fft/fft_16_hifi3.c
${SOF_MATH_PATH}/fft/fft_16.c
${SOF_MATH_PATH}/fft/fft_16_hifi3.c
)

zephyr_library_sources_ifdef(ONFIG_MATH_32BIT_FFT
${SOF_MATH_PATH}/fft/fft_32.c
${SOF_MATH_PATH}/fft/fft_32_hifi3.c
${SOF_MATH_PATH}/fft/fft_32.c
${SOF_MATH_PATH}/fft/fft_32_hifi3.c
)

zephyr_library_sources_ifdef(CONFIG_MATH_DCT
${SOF_MATH_PATH}/dct.c
${SOF_MATH_PATH}/dct.c
)

zephyr_library_sources_ifdef(CONFIG_MATH_WINDOW
${SOF_MATH_PATH}/window.c
${SOF_MATH_PATH}/window.c
)

zephyr_library_sources_ifdef(CONFIG_MATH_MATRIX
${SOF_MATH_PATH}/matrix.c
${SOF_MATH_PATH}/matrix.c
)

zephyr_library_sources_ifdef(CONFIG_MATH_AUDITORY
${SOF_MATH_PATH}/auditory/auditory.c
${SOF_MATH_PATH}/auditory/auditory.c
)

zephyr_library_sources_ifdef(CONFIG_MATH_16BIT_MEL_FILTERBANK
${SOF_MATH_PATH}/auditory/mel_filterbank_16.c
${SOF_MATH_PATH}/auditory/mel_filterbank_16.c
)

zephyr_library_sources_ifdef(CONFIG_MATH_32BIT_MEL_FILTERBANK
${SOF_MATH_PATH}/auditory/mel_filterbank_32.c
${SOF_MATH_PATH}/auditory/mel_filterbank_32.c
)

zephyr_library_sources_ifdef(CONFIG_NATURAL_LOGARITHM_FIXED
${SOF_MATH_PATH}/log_e.c
${SOF_MATH_PATH}/log_e.c
)

zephyr_library_sources_ifdef(CONFIG_BINARY_LOGARITHM_FIXED
${SOF_MATH_PATH}/base2log.c
${SOF_MATH_PATH}/base2log.c
)

# SOF module interface functions
Expand Down Expand Up @@ -628,7 +628,7 @@ zephyr_library_sources_ifdef(CONFIG_TRACE
${SOF_SRC_PATH}/trace/trace.c)

zephyr_library_sources_ifdef(CONFIG_LOG_BACKEND_SOF_PROBE
${SOF_SRC_PATH}/logging/log_backend_probe.c)
${SOF_SRC_PATH}/logging/log_backend_probe.c)

# Optional SOF sources - depends on Kconfig - WIP

Expand Down Expand Up @@ -1162,11 +1162,11 @@ zephyr_library_sources_ifdef(CONFIG_DW_DMA
)

zephyr_library_sources_ifdef(CONFIG_SOF_BOOT_TEST
boot_test.c
boot_test.c
)

zephyr_library_sources_ifdef(CONFIG_SHELL
sof_shell.c
sof_shell.c
)

zephyr_library_link_libraries(SOF)
Expand Down

0 comments on commit 872c5b1

Please sign in to comment.