commit 64f33346a88f74d630e54827a69beb17c6557e36
Author: Simó Albert i Beltran <sim6@probeta.net>
Date:   Tue Mar 27 00:14:39 2012 +0200

    If the sysupgrade image is not generated, the name is not shown, closes #128.

diff --git a/Makefile b/Makefile
index febaf79..5696e82 100644
--- a/Makefile
+++ b/Makefile
@@ -112,7 +112,7 @@ define post_build
 	@[ $(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
 
