diff --git a/subsys/pm/CMakeLists.txt b/subsys/pm/CMakeLists.txt index 0d09e0ef391..a7a494cc2b4 100644 --- a/subsys/pm/CMakeLists.txt +++ b/subsys/pm/CMakeLists.txt @@ -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() diff --git a/subsys/pm/power.c b/subsys/pm/pm.c similarity index 100% rename from subsys/pm/power.c rename to subsys/pm/pm.c