blob: 0b26284343c4f77cc06881ca9fb5b470a1d301bf [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
zephyr_sources(
soc.c
)
zephyr_sources_ifdef(
CONFIG_ARM_MPU
nxp_mpu_regions.c
)
zephyr_sources_ifdef(
CONFIG_PM
power.c
)