forked from Firmware/Firmwares
CMakeLists.txt aktualisiert
This commit is contained in:
parent
0df111f945
commit
70d94c1051
|
@ -4,7 +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")
|
message(STATUS "Building firmware using ${BOARD} board configuration and isa ${ISA}")
|
||||||
add_custom_target(fw-hello-world ALL
|
add_custom_target(fw-hello-world ALL
|
||||||
COMMAND make -C hello-world BOARD=${BOARD} ISA=${ISA}
|
COMMAND make -C hello-world BOARD=${BOARD} ISA=${ISA}
|
||||||
USES_TERMINAL
|
USES_TERMINAL
|
||||||
|
|
Loading…
Reference in New Issue