mirror of https://github.com/thesofproject/sof.git
zephyr: fix build: add a missing IPC file
Commitb3f195e92a
("zephyr: fix build with recent file name changes.") partially fixed a regression, caused by4e436f8570
("ipc: split out ipc functions into separate files.") partially. This patch completes the fix. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
parent
c73ec9f981
commit
3e8526110c
|
@ -369,6 +369,7 @@ zephyr_library_sources(
|
|||
${SOF_IPC_PATH}/dma-copy.c
|
||||
${SOF_IPC_PATH}/ipc-common.c
|
||||
${SOF_IPC_PATH}/handler-ipc3.c
|
||||
${SOF_IPC_PATH}/helper-ipc3.c
|
||||
${SOF_IPC_PATH}/ipc-host-ptable.c
|
||||
${SOF_SRC_PATH}/spinlock.c
|
||||
|
||||
|
|
Loading…
Reference in New Issue