pm: power.c -> pm.c

Rename system PM source file to align with naming used by
Kconfig/headers.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-11-22 19:46:18 +01:00 committed by Carles Cufí
commit ec8f0ac2a9
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_PM)
zephyr_sources(power.c pm_ctrl.c)
zephyr_sources(pm.c pm_ctrl.c)
zephyr_sources_ifdef(CONFIG_PM_STATS pm_stats.c)
endif()