1# Copyright (c) 2024 Nordic Semiconductor
2# SPDX-License-Identifier: Apache-2.0
3
4if(CONFIG_ARM)
5  zephyr_library_sources(soc.c)
6endif()
7
8zephyr_include_directories(.)
9
10# Ensure that image size aligns with 16 bytes so that MRAMC finalizes all writes
11# for the image correctly
12zephyr_linker_sources(SECTIONS SORT_KEY zzz_place_align_at_end align.ld)
13