xtensa: intel_adsp: make common rimage_modules.c cavs-specific

Make xtensa/intel_adsp/common/rimage_modules.c CAVS-specific by adding a
guard.

Signed-off-by: Konrad Leszczynski <konrad.leszczynski@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Konrad Leszczynski 2022-02-15 17:05:08 +01:00 committed by Anas Nashif
parent 1236e309db
commit 1247bd75b3
1 changed files with 1 additions and 1 deletions

View File

@ -11,10 +11,10 @@ zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
zephyr_library_sources(soc.c)
zephyr_library_sources(trace_out.c)
zephyr_library_sources(rimage_modules.c)
zephyr_library_sources(cavs_ipc.c)
zephyr_library_sources_ifdef(CONFIG_INTEL_ADSP_CAVS
rimage_modules.c
boot.c)
if(CONFIG_SMP OR CONFIG_MP_NUM_CPUS GREATER 1)