mirror of https://github.com/thesofproject/sof.git
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:
parent
16842868d9
commit
b3f195e92a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue