mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 19:05:55 +00:00
Only System OFF mode is supported. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
10 lines
139 B
CMake
10 lines
139 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_sources(
|
|
soc.c
|
|
)
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_SYS_POWER_MANAGEMENT
|
|
power.c
|
|
)
|