blob: 93f8b45bc82dce01347a27a4af378bf176b7c46f [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
zephyr_include_directories(.)
zephyr_sources(
soc.c
)
zephyr_sources_ifdef(CONFIG_SOC_BCM58402_A72 plat_core.c)
zephyr_sources_ifdef(CONFIG_ARM_MMU mmu_regions.c)
set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm64/scripts/linker.ld CACHE INTERNAL "")