cmake: modules: dts: Remove duplicate zephyr.dts log
Recently, the "Generated zephyr.dts" message started being shown twice,
because of some now redundant code that was left behind by commit
fe3287a9ac.
Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
This commit is contained in:
parent
7114989c4e
commit
a7397affcd
1 changed files with 1 additions and 2 deletions
|
|
@ -327,8 +327,7 @@ execute_process(
|
|||
COMMAND_ERROR_IS_FATAL ANY
|
||||
)
|
||||
zephyr_file_copy(${DEVICETREE_GENERATED_H}.new ${DEVICETREE_GENERATED_H} ONLY_IF_DIFFERENT)
|
||||
file(REMOVE ${ZEPHYR_DTS}.new ${DEVICETREE_GENERATED_H}.new)
|
||||
message(STATUS "Generated zephyr.dts: ${ZEPHYR_DTS}")
|
||||
file(REMOVE ${DEVICETREE_GENERATED_H}.new)
|
||||
message(STATUS "Generated devicetree_generated.h: ${DEVICETREE_GENERATED_H}")
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue