summaryrefslogtreecommitdiff
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
31 31
32$(FIRMLIB): $(FIRMLIB_OBJ) 32$(FIRMLIB): $(FIRMLIB_OBJ)
33 $(SILENT)$(shell rm -f $@) 33 $(SILENT)$(shell rm -f $@)
34 $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null 2>&1 34 $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null
35 35
36$(BUILDDIR)/sysfont.h: $(SYSFONT) $(TOOLS) 36$(BUILDDIR)/sysfont.h: $(SYSFONT) $(TOOLS)
37 $(call PRINTS,CONVBDF $(subst $(ROOTDIR)/,,$<))$(TOOLSDIR)/convbdf -l $(MAXCHAR) -h -o $@ $< 37 $(call PRINTS,CONVBDF $(subst $(ROOTDIR)/,,$<))$(TOOLSDIR)/convbdf -l $(MAXCHAR) -h -o $@ $<