Revisió 64f33346
Afegit per Simó Albert i Beltran fa més de 12 anys
Makefile | ||
---|---|---|
@[ $(COMP) -ne 1 -a ! -z "$(SYSUPGRADE)" ] && cp -f $(BUILD_DIR)/$(TARGET)/$(SIMAGE_PATH) $(IMAGES)/$(SIM_NAME) || true
|
||
@[ -f $(IMAGES)/$(IM_NAME) ] || false
|
||
@echo $(IM_NAME)
|
||
@echo $(SIM_NAME)
|
||
$(if $(SYSUPGRADE),@echo $(SIM_NAME))
|
||
@echo "qMp firmware compiled, you can find output files in $(IMAGES) directory."
|
||
endef
|
||
|
També disponible a: Unified diff
If the sysupgrade image is not generated, the name is not shown, closes #128.