zephyr/soc/arm/nordic_nrf/nrf52/CMakeLists.txt

12 lines
149 B
CMake
Raw Normal View History

zephyr_sources(
soc.c
)
zephyr_sources_ifdef(CONFIG_SYS_POWER_MANAGEMENT
power.c
)
zephyr_sources_ifdef(CONFIG_ARM_MPU
mpu_regions.c
)