zephyr: fix build with recent file name changes.

Align the Zephyr build to recent file name changes.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2021-04-19 11:30:49 +01:00 committed by Liam Girdwood
parent 16842868d9
commit b3f195e92a
1 changed files with 2 additions and 2 deletions

View File

@ -366,8 +366,8 @@ zephyr_include_directories(${SOF_PLATFORM_PATH}/${PLATFORM}/include)
# Commented files will be added/removed as integration dictates.
zephyr_library_sources(
${SOF_IPC_PATH}/dma-copy.c
${SOF_IPC_PATH}/ipc.c
${SOF_IPC_PATH}/handler.c
${SOF_IPC_PATH}/ipc-common.c
${SOF_IPC_PATH}/handler-ipc3.c
${SOF_IPC_PATH}/ipc-host-ptable.c
${SOF_SRC_PATH}/spinlock.c