2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-01-29 19:14:17 +08:00
|
|
|
zephyr_sources_ifdef(CONFIG_SYS_POWER_MANAGEMENT power.c)
|
|
|
|
zephyr_sources_ifdef(CONFIG_DEVICE_POWER_MANAGEMENT device.c)
|
|
|
|
zephyr_sources_ifdef(CONFIG_SYS_PM_STATE_LOCK pm_ctrl.c)
|
2019-02-28 15:37:58 +08:00
|
|
|
zephyr_sources_ifdef(CONFIG_DEVICE_IDLE_PM device_pm.c)
|
2019-01-19 20:00:48 +08:00
|
|
|
zephyr_sources_if_kconfig(reboot.c)
|
2019-02-04 22:05:23 +08:00
|
|
|
add_subdirectory(policy)
|