You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
409 B
16 lines
409 B
# |
|
# Copyright (c) 2018 - 2019 Antmicro <www.antmicro.com> |
|
# |
|
# SPDX-License-Identifier: Apache-2.0 |
|
# |
|
|
|
zephyr_sources( |
|
${ZEPHYR_BASE}/soc/common/riscv-privileged/soc_irq.S |
|
${ZEPHYR_BASE}/soc/common/riscv-privileged/vector.S |
|
) |
|
|
|
zephyr_sources_ifdef(CONFIG_REBOOT reboot.c) |
|
|
|
zephyr_include_directories(.) |
|
|
|
set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/riscv/common/linker.ld CACHE INTERNAL "")
|
|
|