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:
parent
5e15640ec7
commit
ec8f0ac2a9
2 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue