summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 9c5299ac03..0b80cf22e3 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -31,11 +31,9 @@ DEPFILE = $(OBJDIR)/dep-firmware
31 31
32all: $(OUTPUT) $(EXTRA_TARGETS) 32all: $(OUTPUT) $(EXTRA_TARGETS)
33 33
34$(DEPFILE): $(BUILDDIR)/sysfont.h
35
36dep: $(DEPFILE) 34dep: $(DEPFILE)
37 35
38$(OUTPUT): $(OBJS) $(DEPFILE) 36$(OUTPUT): $(BUILDDIR)/sysfont.h $(OBJS) $(DEPFILE)
39 $(call PRINTS,AR+RANLIB $(@F))$(AR) ruv $@ $(OBJS) >/dev/null 2>&1 37 $(call PRINTS,AR+RANLIB $(@F))$(AR) ruv $@ $(OBJS) >/dev/null 2>&1
40 $(SILENT)$(RANLIB) $@ 38 $(SILENT)$(RANLIB) $@
41 39