10 lines
312 B
CMake
10 lines
312 B
CMake
# Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
zephyr_library_sources(
|
|
soc.c
|
|
)
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_ARM_MPU arm_mpu_regions.c)
|
|
|
|
set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm64/scripts/linker.ld CACHE INTERNAL "")
|