1# Copyright 2023 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4zephyr_library() 5 6zephyr_library_sources(soc.c) 7zephyr_library_sources_ifdef(CONFIG_CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS mpu_regions.c) 8zephyr_linker_sources(SECTIONS sections.ld) 9zephyr_library_sources_ifdef(CONFIG_PLATFORM_SPECIFIC_INIT s32k3xx_startup.S) 10