Skip to content

Commit a269654

Browse files
gmarullcarlescufi
authored andcommitted
pm: policy: s/policy_residency.c/residency.c
The file is already inside the `policy` folder, so don't repeat policy in the name. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent d03307b commit a269654

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

subsys/pm/policy/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
zephyr_sources_ifdef(CONFIG_PM_POLICY_RESIDENCY policy_residency.c)
3+
zephyr_sources_ifdef(CONFIG_PM_POLICY_RESIDENCY residency.c)
File renamed without changes.

0 commit comments

Comments
 (0)