2023-10-13 16:23:57 +03:00
|
|
|
# Copyright (c) 2023-2024 Analog Devices, Inc.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
zephyr_include_directories(${ZEPHYR_BASE}/drivers)
|
|
|
|
zephyr_include_directories(common)
|
|
|
|
zephyr_sources(soc.c)
|
|
|
|
|
2024-10-17 15:32:41 +03:00
|
|
|
zephyr_linker_sources_ifdef(CONFIG_SOC_FLASH_MAX32 SECTIONS flash.ld)
|
2024-08-12 13:39:53 +03:00
|
|
|
zephyr_linker_sources_ifdef(CONFIG_SOC_MAX78002 SECTIONS max78002.ld)
|
2024-10-17 15:32:41 +03:00
|
|
|
|
2023-10-13 16:23:57 +03:00
|
|
|
set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_m/scripts/linker.ld CACHE INTERNAL "")
|