diff options
Diffstat (limited to 'firmware/firmware.make')
-rw-r--r-- | firmware/firmware.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/firmware.make b/firmware/firmware.make index 373e63041a..ec24b4ebee 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 + $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null $(BUILDDIR)/sysfont.h: $(SYSFONT) $(TOOLS) $(call PRINTS,CONVBDF $(subst $(ROOTDIR)/,,$<))$(TOOLSDIR)/convbdf -l $(MAXCHAR) -h -o $@ $< |