7 lines
182 B
CMake
7 lines
182 B
CMake
|
# Copyright (c) 2023 Meta
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
zephyr_sources()
|
||
|
|
||
|
set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/riscv/common/linker.ld CACHE INTERNAL "")
|