File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ add_custom_target(
35
35
)
36
36
37
37
if (CONFIG_BUILD_WITH_TFM )
38
- foreach (report ram_report rom_report )
38
+ foreach (report ram rom )
39
39
add_custom_target (
40
- tfm_${report}
40
+ tfm_${report}_report
41
41
${PYTHON_EXECUTABLE}
42
42
${ZEPHYR_BASE} /scripts/footprint/size_report
43
43
-k $< TARGET_PROPERTY:tfm,TFM_S_ELF_FILE>
@@ -46,7 +46,7 @@ if(CONFIG_BUILD_WITH_TFM)
46
46
${workspace_arg}
47
47
-d ${report_depth}
48
48
--json tfm_${report}.json
49
- ${flag_for_${report}}
49
+ ${flag_for_${report}_report }
50
50
DEPENDS tfm
51
51
USES_TERMINAL
52
52
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
@@ -60,9 +60,9 @@ if(CONFIG_BUILD_WITH_TFM)
60
60
endif ()
61
61
62
62
if (CONFIG_TFM_BL2 )
63
- foreach (report ram_report rom_report )
63
+ foreach (report ram rom )
64
64
add_custom_target (
65
- bl2_${report}
65
+ bl2_${report}_report
66
66
${PYTHON_EXECUTABLE}
67
67
${ZEPHYR_BASE} /scripts/footprint/size_report
68
68
-k $< TARGET_PROPERTY:tfm,BL2_ELF_FILE>
@@ -71,7 +71,7 @@ if(CONFIG_TFM_BL2)
71
71
${workspace_arg}
72
72
-d ${report_depth}
73
73
--json bl2_${report}.json
74
- ${flag_for_${report}}
74
+ ${flag_for_${report}_report }
75
75
DEPENDS tfm
76
76
USES_TERMINAL
77
77
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
You can’t perform that action at this time.
0 commit comments