We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83592e8 commit 88c7a44Copy full SHA for 88c7a44
soc/nxp/imxrt/imxrt10xx/CMakeLists.txt
@@ -11,7 +11,7 @@ if(CONFIG_PM)
11
zephyr_code_relocate(FILES power.c LOCATION ITCM_TEXT)
12
if(CONFIG_SOC_MIMXRT1064)
13
zephyr_sources(lpm_rt1064.c)
14
- zephyr_code_relocate(FILES lpm_rt1064 LOCATION ITCM_TEXT)
+ zephyr_code_relocate(FILES lpm_rt1064.c LOCATION ITCM_TEXT)
15
endif()
16
17
0 commit comments