diff --git a/CMakeLists.txt b/CMakeLists.txt index 12cd66f..cb6ffae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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