Skip to content

Commit 88c7a44

Browse files
gediminassikartben
authored andcommitted
soc: nxp: imxrt: fixed relocated file name
Added .c ending to lpm_rt1064 file name. Signed-off-by: Gediminas Sidlauskas <[email protected]>
1 parent 83592e8 commit 88c7a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/nxp/imxrt/imxrt10xx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if(CONFIG_PM)
1111
zephyr_code_relocate(FILES power.c LOCATION ITCM_TEXT)
1212
if(CONFIG_SOC_MIMXRT1064)
1313
zephyr_sources(lpm_rt1064.c)
14-
zephyr_code_relocate(FILES lpm_rt1064 LOCATION ITCM_TEXT)
14+
zephyr_code_relocate(FILES lpm_rt1064.c LOCATION ITCM_TEXT)
1515
endif()
1616
endif()
1717

0 commit comments

Comments
 (0)