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)
|
2020-07-31 19:52:40 +08:00
|
|
|
zephyr_sources_ifdef(CONFIG_REBOOT reboot.c)
|
2019-02-04 22:05:23 +08:00
|
|
|
add_subdirectory(policy)
|