zephyr/soc/bouffalolab/bl60x/CMakeLists.txt
Gerson Fernando Budke 3c45c8b5cf soc: riscv: bouffalolab: Add bl60x series cpu
Add initial version.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2025-04-24 01:26:37 +02:00

13 lines
313 B
CMake

# Copyright (c) 2021-2025 ATL Electronics
#
# SPDX-License-Identifier: Apache-2.0
zephyr_include_directories(.)
zephyr_sources(soc.c)
zephyr_linker_sources_ifdef(CONFIG_SOC_SERIES_BL60X RODATA rodata.ld)
set(SOC_LINKER_SCRIPT
${ZEPHYR_BASE}/include/zephyr/arch/riscv/common/linker.ld
CACHE INTERNAL ""
)