blob: 8b4df42fa5534b090e13ad98cdcd1439486885b5 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
zephyr_library_sources(soc.c)
# Ensure that image size aligns with 16 bytes so that MRAMC finalizes all writes
# for the image correctly
zephyr_linker_sources(SECTIONS SORT_KEY zzz_place_align_at_end align.ld)