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 db1ed25 commit e677cfdCopy full SHA for e677cfd
cmake/dts.cmake
@@ -53,7 +53,7 @@ list(REMOVE_DUPLICATES
53
# Drop support for NOT CONFIG_HAS_DTS perhaps?
54
if(EXISTS ${DTS_SOURCE})
55
set(SUPPORTS_DTS 1)
56
- if(BOARD_REVISION AND EXISTS ${BOARD_DIR}/${BOARD}_${BOARD_REVISION_STRING}.overlay)
+ if(DEFINED BOARD_REVISION AND EXISTS ${BOARD_DIR}/${BOARD}_${BOARD_REVISION_STRING}.overlay)
57
list(APPEND DTS_SOURCE ${BOARD_DIR}/${BOARD}_${BOARD_REVISION_STRING}.overlay)
58
endif()
59
else()
0 commit comments