summaryrefslogtreecommitdiff
path: root/firmware/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index a35a1205b6..9259f8cc29 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -27,7 +27,7 @@ all: $(OUTPUT) $(EXTRA_TARGETS)
27dep: $(DEPFILE) 27dep: $(DEPFILE)
28 28
29$(OUTPUT): $(OBJS) $(DEPFILE) 29$(OUTPUT): $(OBJS) $(DEPFILE)
30 @echo "AR+RANLIB $@" 30 @echo "AR+RANLIB $(notdir $@)"
31 $(SILENT)$(AR) ruv $@ $(OBJS) >/dev/null 2>&1 31 $(SILENT)$(AR) ruv $@ $(OBJS) >/dev/null 2>&1
32 $(SILENT)$(RANLIB) $@ 32 $(SILENT)$(RANLIB) $@
33 33