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

10 lines
131 B
CMake

# SPDX-License-Identifier: Apache-2.0
zephyr_sources(
soc.c
)
zephyr_sources_ifdef(CONFIG_SYS_POWER_MANAGEMENT
power.c
)