cmake: dts: removing generated <board>.dts_compiled
The file <board>.dts_compiled was made obsolete in 8d8b06978c
.
<board>.dts_compiled contains only a reference to zephyr.dts.
Users interested in devicetree should be familiar with zephyr.dts,
therefore it's time to remove the unused <board>.dts_compiled.
Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
parent
2aa1247998
commit
eecc0961b6
1 changed files with 0 additions and 5 deletions
|
@ -247,11 +247,6 @@ if(SUPPORTS_DTS)
|
||||||
message(STATUS "Generated device_extern.h: ${DEVICE_EXTERN_H}")
|
message(STATUS "Generated device_extern.h: ${DEVICE_EXTERN_H}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# A file that used to be generated by 'dtc'. zephyr.dts is the new
|
|
||||||
# equivalent. Will be removed in Zephyr 2.3.
|
|
||||||
file(WRITE ${PROJECT_BINARY_DIR}/${BOARD}.dts_compiled
|
|
||||||
"See zephyr.dts for the final merged devicetree.")
|
|
||||||
|
|
||||||
else()
|
else()
|
||||||
file(WRITE ${DEVICETREE_UNFIXED_H} "/* WARNING. THIS FILE IS AUTO-GENERATED. DO NOT MODIFY! */")
|
file(WRITE ${DEVICETREE_UNFIXED_H} "/* WARNING. THIS FILE IS AUTO-GENERATED. DO NOT MODIFY! */")
|
||||||
file(WRITE ${DEVICE_EXTERN_H} "/* WARNING. THIS FILE IS AUTO-GENERATED. DO NOT MODIFY! */")
|
file(WRITE ${DEVICE_EXTERN_H} "/* WARNING. THIS FILE IS AUTO-GENERATED. DO NOT MODIFY! */")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue