- # 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_RUNTIME device_runtime.c)
- add_subdirectory(policy)
|