forked from Imagelibrary/seL4
cmake: show DTS name in error message
Signed-off-by: Axel Heider <axelheider@gmx.de>
This commit is contained in:
committed by
Indan Zupancic
parent
b59fa0ed20
commit
94c5a0b53a
@@ -164,7 +164,7 @@ if(DEFINED KernelDTSList AND (NOT "${KernelDTSList}" STREQUAL ""))
|
|||||||
RESULT_VARIABLE error
|
RESULT_VARIABLE error
|
||||||
)
|
)
|
||||||
if(error)
|
if(error)
|
||||||
message(FATAL_ERROR "Failed to compile DTS to DTB: ${KernelDTBPath}")
|
message(FATAL_ERROR "Failed to compile DTS to DTB: ${KernelDTSIntermediate}")
|
||||||
endif()
|
endif()
|
||||||
# The macOS and GNU coreutils `stat` utilities have different interfaces.
|
# The macOS and GNU coreutils `stat` utilities have different interfaces.
|
||||||
# Check if we're using the macOS version, otherwise assume GNU coreutils.
|
# Check if we're using the macOS version, otherwise assume GNU coreutils.
|
||||||
|
|||||||
Reference in New Issue
Block a user