1# 2# Copyright (c) 2018 - 2019 Antmicro <www.antmicro.com> 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7zephyr_sources( 8 ${ZEPHYR_BASE}/soc/common/riscv-privileged/soc_irq.S 9 ${ZEPHYR_BASE}/soc/common/riscv-privileged/vector.S 10) 11 12zephyr_sources_ifdef(CONFIG_REBOOT reboot.c) 13 14zephyr_include_directories(.) 15 16set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/riscv/common/linker.ld CACHE INTERNAL "") 17