blob: 15643f4702a3fbd21cb4cf8cf195d9910b35c500 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
zephyr_library()
zephyr_library_sources_ifdef(CONFIG_PM_CPU_OPS pm_cpu_ops_weak_impl.c)
zephyr_library_sources_ifdef(CONFIG_PM_CPU_OPS_PSCI pm_cpu_ops_psci.c)
zephyr_library_sources_ifdef(CONFIG_PSCI_SHELL psci_shell.c)