summaryrefslogtreecommitdiffstats
path: root/firmware/firmware.make
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/firmware.make')
-rw-r--r--firmware/firmware.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/firmware.make b/firmware/firmware.make
index 786cc0e582..373e63041a 100644
--- a/firmware/firmware.make
+++ b/firmware/firmware.make
@@ -31,7 +31,7 @@ endif
$(FIRMLIB): $(FIRMLIB_OBJ)
$(SILENT)$(shell rm -f $@)
- $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null 2>&1
+ $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null
$(BUILDDIR)/sysfont.h: $(SYSFONT) $(TOOLS)
$(call PRINTS,CONVBDF $(subst $(ROOTDIR)/,,$<))$(TOOLSDIR)/convbdf -l $(MAXCHAR) -h -o $@ $<