1# SPDX-License-Identifier: Apache-2.0
2
3zephyr_sources(clock.c)
4zephyr_include_directories(.)
5
6set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/riscv/common/linker.ld CACHE INTERNAL "")
7