2020-11-20 16:39:46 +01:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_ARM_MMU mmu_regions.c)
|
2023-10-27 23:54:04 +02:00
|
|
|
|
|
|
|
set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm64/scripts/linker.ld CACHE INTERNAL "")
|