forked from Firmware/Firmwares
		
	adds a CMakeLists.txt message to indicate board selection
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user