1# SPDX-License-Identifier: BSD-3-Clause
2
3add_local_sources(sof
4	acp_dma.c
5	acp_bt_dai.c
6	acp_sp_dai.c
7	acp_dmic_dai.c
8	interrupt.c
9	ipc.c
10	timer.c
11	acp_bt_dma.c
12	acp_sp_dma.c
13	acp_dmic_dma.c
14)
15