summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flash/bootbox/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/flash/bootbox/Makefile b/flash/bootbox/Makefile
index 3355238632..7a58749c07 100644
--- a/flash/bootbox/Makefile
+++ b/flash/bootbox/Makefile
@@ -67,14 +67,8 @@ $(BUILDDIR)/$(BINARY) : $(OBJDIR)/bootbox.bin
67 @$(MKFIRMWARE) $< $@ 67 @$(MKFIRMWARE) $< $@
68 68
69$(FLASHFILE): $(OBJDIR)/bootbox.bin 69$(FLASHFILE): $(OBJDIR)/bootbox.bin
70 @a=`uclpack -h 2>/dev/null`; \ 70 $(SILENT)(echo "UCLPACK bootbox" ; \
71 if test -n "$$a"; then \ 71 $(TOOLSDIR)/uclpack --best --2e $< $@ >/dev/null 2>&1;)
72 echo "UCLPACK bootbox" ; \
73 uclpack --best --2e $< $@ >/dev/null 2>&1; \
74 else \
75 echo "no uclpack command found, makes a fake bootbox.ucl"; \
76 echo "fake" > $@; \
77 fi
78 72
79include $(TOOLSDIR)/make.inc 73include $(TOOLSDIR)/make.inc
80 74