zephyr/soc/nordic/common/vpr/CMakeLists.txt

9 lines
276 B
CMake

# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
zephyr_include_directories(.)
zephyr_library_sources(soc_context.S soc_idle.c soc_init.c)
set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/riscv/common/linker.ld CACHE INTERNAL "")