zephyr/soc/arm/nxp_kinetis/ke1xf/CMakeLists.txt

10 lines
130 B
CMake

# SPDX-License-Identifier: Apache-2.0
zephyr_sources(
soc.c
)
zephyr_sources_ifdef(
CONFIG_ARM_MPU
nxp_mpu_regions.c
)