zephyr/soc/soc_legacy/riscv/litex_vexriscv/CMakeLists.txt

13 lines
300 B
CMake

#
# Copyright (c) 2018 - 2019 Antmicro <www.antmicro.com>
#
# SPDX-License-Identifier: Apache-2.0
#
zephyr_sources(
../common/riscv-privileged/soc_irq.S
../common/riscv-privileged/vector.S
)
set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/riscv/common/linker.ld CACHE INTERNAL "")