mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
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
|
||||
)
|
||||
if(error)
|
||||
message(FATAL_ERROR "Failed to compile DTS to DTB: ${KernelDTBPath}")
|
||||
message(FATAL_ERROR "Failed to compile DTS to DTB: ${KernelDTSIntermediate}")
|
||||
endif()
|
||||
# The macOS and GNU coreutils `stat` utilities have different interfaces.
|
||||
# Check if we're using the macOS version, otherwise assume GNU coreutils.
|
||||
|
||||
Reference in New Issue
Block a user