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

8 lines
92 B
CMake

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