1# Copyright (c) 2024 Michael Hope
2# SPDX-License-Identifier: Apache-2.0
3
4zephyr_sources(
5  soc_irq.S
6  vector.S
7)
8
9set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/riscv/common/linker.ld CACHE INTERNAL "")
10