Files
zephyr/soc/lowrisc/opentitan/CMakeLists.txt
Jamie McCrae 92eadf06b8 soc: opentitan: Port to HWMv2
Ports the SoC configuration to hardware model version 2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:49:58 +01:00

8 lines
244 B
CMake

# SPDX-License-Identifier: Apache-2.0
zephyr_sources(soc.c rom_header.S)
zephyr_linker_sources(ROM_START SORT_KEY 000romheader rom_header.ld)
set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/riscv/common/linker.ld CACHE INTERNAL "")