soc: nxp: imxrt: fixed relocated file name
Added .c ending to lpm_rt1064 file name. Signed-off-by: Gediminas Sidlauskas <gediminas.sidlauskas@gmail.com>
This commit is contained in:
parent
83592e818b
commit
88c7a443f9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ if(CONFIG_PM)
|
||||||
zephyr_code_relocate(FILES power.c LOCATION ITCM_TEXT)
|
zephyr_code_relocate(FILES power.c LOCATION ITCM_TEXT)
|
||||||
if(CONFIG_SOC_MIMXRT1064)
|
if(CONFIG_SOC_MIMXRT1064)
|
||||||
zephyr_sources(lpm_rt1064.c)
|
zephyr_sources(lpm_rt1064.c)
|
||||||
zephyr_code_relocate(FILES lpm_rt1064 LOCATION ITCM_TEXT)
|
zephyr_code_relocate(FILES lpm_rt1064.c LOCATION ITCM_TEXT)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue