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)
 | 
					if (NOT DEFINED ISA)
 | 
				
			||||||
	set(ISA imc)
 | 
						set(ISA imc)
 | 
				
			||||||
endif()
 | 
					endif()
 | 
				
			||||||
 | 
					message(STATUS "Building firmware using ${BOARD} board configuration")
 | 
				
			||||||
add_custom_target(fw-hello-world ALL 
 | 
					add_custom_target(fw-hello-world ALL 
 | 
				
			||||||
	COMMAND make -C ${riscvfw_SOURCE_DIR}/hello-world BOARD=${BOARD} ISA=${ISA}
 | 
						COMMAND make -C ${riscvfw_SOURCE_DIR}/hello-world BOARD=${BOARD} ISA=${ISA}
 | 
				
			||||||
	USES_TERMINAL
 | 
						USES_TERMINAL
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user