Skip to content

Commit 30f47ea

Browse files
hakonfamSebastianBoe
authored andcommitted
[nrf noup] cmake: include nrf reports cmake from repo
To make patches simpler and diff smaller. Signed-off-by: Håkon Øye Amundsen <[email protected]>
1 parent 8a6e962 commit 30f47ea

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

cmake/reports/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,3 @@ foreach(report ram_report rom_report)
1717
$<TARGET_PROPERTY:zephyr_property_target,${report}_DEPENDENCIES>
1818
)
1919
endforeach()
20-
21-
add_custom_command(
22-
TARGET rom_report
23-
POST_BUILD
24-
COMMAND
25-
${PYTHON_EXECUTABLE}
26-
${ZEPHYR_BASE}/../nrf/scripts/partition_manager_report.py
27-
--input ${CMAKE_BINARY_DIR}/partitions.yml
28-
"$<$<NOT:$<TARGET_EXISTS:partition_manager>>:--quiet>"
29-
)

0 commit comments

Comments
 (0)