adds a CMakeLists.txt message to indicate board selection
This commit is contained in:
parent
63f57b9ba1
commit
7093e47c08
@ -4,6 +4,7 @@ endif()
|
||||
if (NOT DEFINED ISA)
|
||||
set(ISA imc)
|
||||
endif()
|
||||
message(STATUS "Building firmware using ${BOARD} board configuration")
|
||||
add_custom_target(fw-hello-world ALL
|
||||
COMMAND make -C ${riscvfw_SOURCE_DIR}/hello-world BOARD=${BOARD} ISA=${ISA}
|
||||
USES_TERMINAL
|
||||
|
Loading…
Reference in New Issue
Block a user