9 lines
305 B
CMake
9 lines
305 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_sources_ifdef(CONFIG_PM power.c)
|
|
zephyr_sources_ifdef(CONFIG_PM pm_ctrl.c)
|
|
zephyr_sources_ifdef(CONFIG_PM_DEVICE device.c)
|
|
zephyr_sources_ifdef(CONFIG_PM_DEVICE_IDLE device_pm.c)
|
|
zephyr_sources_ifdef(CONFIG_REBOOT reboot.c)
|
|
add_subdirectory(policy)
|