1# SPDX-License-Identifier: BSD-3-Clause 2 3add_local_sources(sof interrupt.c cache_attr.c) 4 5if(NOT CONFIG_ZEPHYR_SOF_MODULE) 6 add_local_sources(sof timer.c) 7endif() 8