summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 9c5299a..0b80cf2 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -31,11 +31,9 @@ DEPFILE = $(OBJDIR)/dep-firmware
all: $(OUTPUT) $(EXTRA_TARGETS)
-$(DEPFILE): $(BUILDDIR)/sysfont.h
-
dep: $(DEPFILE)
-$(OUTPUT): $(OBJS) $(DEPFILE)
+$(OUTPUT): $(BUILDDIR)/sysfont.h $(OBJS) $(DEPFILE)
$(call PRINTS,AR+RANLIB $(@F))$(AR) ruv $@ $(OBJS) >/dev/null 2>&1
$(SILENT)$(RANLIB) $@