mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 22:35:45 +00:00
- Remove SYS_ prefix - shorten POWER_MANAGEMENT to just PM - DEVICE_POWER_MANAGEMENT -> PM_DEVICE and use PM_ as the prefix for all PM related Kconfigs Signed-off-by: Anas Nashif <anas.nashif@intel.com>
9 lines
319 B
CMake
9 lines
319 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_sources_ifdef(CONFIG_PM power.c)
|
|
zephyr_sources_ifdef(CONFIG_PM_DEVICE device.c)
|
|
zephyr_sources_ifdef(CONFIG_PM_STATE_LOCK pm_ctrl.c)
|
|
zephyr_sources_ifdef(CONFIG_PM_DEVICE_IDLE device_pm.c)
|
|
zephyr_sources_ifdef(CONFIG_REBOOT reboot.c)
|
|
add_subdirectory(policy)
|