CMake: clarify log message
Signed-off-by: Axel Heider <axel.heider@hensoldt-cyber.de>
This commit is contained in:
parent
c121896068
commit
7ac7e74400
1 changed files with 2 additions and 2 deletions
|
|
@ -159,7 +159,7 @@ if(DEFINED KernelDTSList AND (NOT "${KernelDTSList}" STREQUAL ""))
|
|||
check_outfile_stale(regen ${device_dest} deps ${CMAKE_CURRENT_BINARY_DIR}/gen_header.cmd)
|
||||
if(regen)
|
||||
# Generate devices_gen header based on DTB
|
||||
message(STATUS "${device_dest} is out of date. Regenerating...")
|
||||
message(STATUS "${device_dest} is out of date. Regenerating from DTB...")
|
||||
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/gen_headers/plat/machine/")
|
||||
execute_process(
|
||||
COMMAND
|
||||
|
|
@ -171,7 +171,7 @@ if(DEFINED KernelDTSList AND (NOT "${KernelDTSList}" STREQUAL ""))
|
|||
RESULT_VARIABLE error
|
||||
)
|
||||
if(error)
|
||||
message(FATAL_ERROR "Failed to generate: ${device_dest}")
|
||||
message(FATAL_ERROR "Failed to generate from DTB: ${device_dest}")
|
||||
endif()
|
||||
endif()
|
||||
file(READ "${compatibility_outfile}" compatibility_strings)
|
||||
|
|
|
|||
Loading…
Reference in a new issue